tempest/tempest/api/compute/servers
zhangyangyang c248f5962e Fix the bug of deleting security group after testing changing password.
When deleting security group before vm is deleted, we will get 'the
security group is in use' error, so this is to add addCleanup to ensure
the vm is deleted before deleting security group.

Closes-Bug:#1826301
Change-Id: I3d4a3816196f42af3ea3f891473d09208651ae68
2019-04-28 03:07:40 +00:00
..
__init__.py rename tests -> api 2013-05-20 17:20:54 -04:00
test_attach_interfaces.py Fix potential issue with adding a fixed ip 2019-03-15 22:47:09 +00:00
test_availability_zone.py Use assert(Not)Empty,IsNotNone instead of assert(Not)Equal,GreaterEqual(0, len(.. 2017-06-05 23:43:53 +01:00
test_create_server.py Do not check flavor.id after Microversion 2.46 2018-07-18 17:10:12 +08:00
test_create_server_multi_nic.py Move multi-nic tests to dedicated module 2017-07-13 21:54:46 +00:00
test_delete_server.py Do not pass device when calling compute.base.attach_volume 2018-09-11 16:44:01 +00:00
test_device_tagging.py Update json module to jsonutils 2019-03-06 22:54:51 +08:00
test_disk_config.py test.py: stop using aliases for creds manager 2017-04-26 10:34:56 +02:00
test_instance_actions.py Switch to decorators.idempotent_id on compute.servers 2017-01-27 17:18:52 -08:00
test_instance_actions_negative.py Move the `attr` decorator from test.py to tempest/lib 2017-04-14 11:16:36 +02:00
test_list_server_filters.py Mark raw strings as such 2018-07-06 14:01:28 +01:00
test_list_servers_negative.py update spelling error 2018-12-24 10:13:53 +08:00
test_multiple_create.py Revert "Add server name check for multiple creations" 2018-06-13 22:41:13 +00:00
test_multiple_create_negative.py Move the `attr` decorator from test.py to tempest/lib 2017-04-14 11:16:36 +02:00
test_novnc.py Add autopep8 to tox.ini 2019-03-08 16:04:05 +01:00
test_server_actions.py Fix the bug of deleting security group after testing changing password. 2019-04-28 03:07:40 +00:00
test_server_addresses.py Merge "Move test decorators to common" 2017-08-24 06:48:00 +00:00
test_server_addresses_negative.py Move test decorators to common 2017-08-23 17:09:33 +00:00
test_server_group.py Move creating server group from resource_setup to setUp 2018-07-25 09:57:18 +08:00
test_server_metadata.py [TrivialFix] Remove unused statements in compute tests 2017-08-21 11:47:34 +08:00
test_server_metadata_negative.py Move the `attr` decorator from test.py to tempest/lib 2017-04-14 11:16:36 +02:00
test_server_password.py Remove unnecessary setup_clients methods 2018-01-18 10:08:16 +00:00
test_server_personality.py Mark some slow tests as slow so they move out of the main job 2018-09-20 09:22:12 -04:00
test_server_rescue.py Set max microversion 2.35 for nova floatingip and securitygroup 2018-10-19 06:01:35 +00:00
test_server_rescue_negative.py Do not pass device when calling compute.base.attach_volume 2018-09-11 16:44:01 +00:00
test_server_tags.py Move test decorators to common 2017-08-23 17:09:33 +00:00
test_servers.py Use base.delete_server in test_servers.py 2018-11-19 03:13:06 +00:00
test_servers_microversions.py Add compute microversion 2.57 schema in servers_client 2018-05-22 14:55:15 +00:00
test_servers_negative.py Merge "Set max_microversion 2.35 for nova image tests" 2018-09-18 16:06:40 +00:00
test_virtual_interfaces.py Set max_microversion 2.43 for virtual_interfaces tests 2018-07-18 11:17:12 +08:00
test_virtual_interfaces_negative.py Set max_microversion 2.43 for virtual_interfaces tests 2018-07-18 11:17:12 +08:00