summaryrefslogtreecommitdiff
path: root/tempest/api/compute/servers/test_attach_interfaces.py
Commit message (Expand)AuthorAgeFilesLines
* Add support for ecdsa keysAde Lee2022-01-181-1/+2
* [part1] Remove sixlikui2021-02-241-3/+2
* Add tag in compute interfaces schema for microversion 2.70zhufl2020-11-191-0/+30
* Adding description for testcases - compute part12zhufl2020-08-131-1/+7
* Fixes race condition in test_add_remove_fixed_ipDavid Sedlák2020-03-271-52/+22
* Fix use of get_server_ip with fixed networksMark Goddard2019-09-021-0/+6
* Add rand_name to create port incase of leaksDoug Schveninger2019-08-211-2/+7
* Filter out floating IPs from server IPs listSlawek Kaplonski2019-07-041-2/+41
* Fix potential issue with adding a fixed ipMatthew Treinish2019-03-151-0/+10
* Fix E117 for pycodestyle (pep8) 2.5.0Matt Riedemann2019-01-291-2/+2
* Merge "interfaces_by_fixed_ip no extra port"Zuul2018-11-211-11/+3
|\
| * interfaces_by_fixed_ip no extra portAttila Fazekas2018-11-071-11/+4
* | Wait for IP add/remove in test_add_remove_fixed_ipMatt Riedemann2018-11-071-4/+46
|/
* Use remote_client from tempest.lib.common instead of tempest.commonLucas Alvares Gomes2018-10-111-1/+1
* Interface tests: wait for server to become SSHableArtom Lifshitz2018-09-281-6/+42
* Set max microversion 2.43 for add_fixed_ipzhufl2018-08-141-37/+44
* Do not test create_interface_by_fixed_ips if no isolated networkzhufl2018-01-301-1/+37
* Move wait_for_interface_status into _check_interfacelianghao2017-11-291-12/+13
* Add the verify of network_id in _test_create_interface_by_port_idlianghao2017-11-241-1/+1
* Remove useless check in AttachInterfacesTestJSONzhufl2017-09-081-3/+0
* Merge "Unskip test_reassign_port_between_servers"Jenkins2017-09-051-1/+0
|\
| * Unskip test_reassign_port_between_serversMatt Riedemann2017-02-091-1/+0
* | Move test decorators to commonAndrea Frittoli2017-08-231-3/+3
* | Unsupported 'message' Exception attribute in PY3junboli2017-07-311-1/+3
* | Remove TODO commentlkuchlan2017-06-061-1/+0
* | Replace the usage of 'os' with 'os_primary'zhufl2017-05-231-1/+2
* | test.py: stop using aliases for creds managerJordan Pittier2017-04-261-3/+3
* | Move the `attr` decorator from test.py to tempest/libJordan Pittier2017-04-141-1/+1
* | Remove unnecessary assert and value assignmentzhufl2017-02-221-1/+0
|/
* Switch to decorators.idempotent_id on compute.serversKen'ichi Ohmichi2017-01-271-3/+3
* Use base.delete_server in addCleanupzhufl2017-01-051-3/+1
* Remove unused client in setup_clientszhufl2016-12-121-1/+0
* Move wait_for_interface_status to waiterszhufl2016-11-141-34/+10
* Delete TimeoutException in tempest/exceptions.pyguo yunxian2016-11-031-4/+3
* Use assertGreater(Equal) over assertTruezhufl2016-10-211-2/+2
* Remove redundant links to clientslkuchlan2016-09-271-16/+14
* Skip test_reassign_port_between_servers until fixedMatt Riedemann2016-07-291-0/+2
* Add a test for attach/detach port on multiple serversMatt Riedemann2016-07-121-0/+68
* Ensure tempest tests don't assume IP address allocation strategyRyan Tidwell2016-05-091-7/+10
* Add tests of fixed_ips in the attach interfaces nova APIMaho Koshiya2016-04-211-0/+22
* Use tempest.lib code in tempestAndrea Frittoli (andreaf)2016-02-241-2/+1
* Add tests of port_id in the attach interfaces nova APIMaho Koshiya2016-02-081-1/+17
* Move add/remove fixed ip action to servers_clientghanshyam2015-09-141-2/+2
* Return complete response from servers_clientghanshyam2015-09-111-1/+1
* Return complete response from interfaces_clientghanshyam2015-08-241-11/+18
* Make interfaces_client use **kwargsKen'ichi Ohmichi2015-07-271-3/+3
* Move wait_for_interface_status from service clientKen'ichi Ohmichi2015-07-081-3/+25
* Apply a naming rule of GET to show_server methodKen'ichi Ohmichi2015-07-031-1/+1
* trim compute smoke tagSean Dague2015-04-301-1/+0
* Start instances using fixed network when possibleRohan Kanade2015-03-261-4/+13