tempest/tempest/api/compute/servers
Andrea Frittoli d69d1b552b Move multi-nic tests to dedicated module
The test_create_server module creates a server and then it runs
multiple checks in different tests. This is done for DiskConfig
AUTO and MANUAL.

The two multinic tests however create their own server, so they
should not belong to the same class. With the current setup we
run them twice, once per DiskConfig value, which uses gate time
and resources for no clear purpose.

To fix this I'm moving these two multi nic tests to a dedicated
module.

Change-Id: I97dd4b5c703d41d9084e6e049144e4df4e3fb75d
2017-07-13 21:54:46 +00:00
..
__init__.py rename tests -> api 2013-05-20 17:20:54 -04:00
test_attach_interfaces.py Remove TODO comment 2017-06-06 11:49:28 +03: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 Move multi-nic tests to dedicated module 2017-07-13 21:54:46 +00: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 Move compute admin test classes under admin path 2017-04-25 12:10:04 -07:00
test_device_tagging.py Xenapi: Fix tempest for xenserver device tagging 2017-06-23 07:05:41 +00: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 Use assert(Not)Empty,IsNotNone instead of assert(Not)Equal,GreaterEqual(0, len(.. 2017-06-05 23:43:53 +01:00
test_list_servers_negative.py Use assert(Not)Empty,IsNotNone instead of assert(Not)Equal,GreaterEqual(0, len(.. 2017-06-05 23:43:53 +01:00
test_multiple_create.py Replace the usage of 'os' with 'os_primary' 2017-05-23 10:45:48 +08: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 Use sequence directly instead of using len() 2017-04-17 15:03:04 +09:00
test_server_actions.py Fix image deletion checks after unshelve server 2017-06-29 09:12:26 +00:00
test_server_addresses.py Replace assertGreaterEqual with assertNotEmpty 2017-06-12 11:12:33 +08:00
test_server_addresses_negative.py Move the `attr` decorator from test.py to tempest/lib 2017-04-14 11:16:36 +02:00
test_server_group.py Use tempest.lib data_utils - compute 2017-03-10 10:30:30 -08:00
test_server_metadata.py Switch to decorators.idempotent_id on compute.servers 2017-01-27 17:18:52 -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 Switch to decorators.idempotent_id on compute.servers 2017-01-27 17:18:52 -08:00
test_server_personality.py Remove unnecessary int casting 2017-02-21 11:21:57 +08:00
test_server_rescue.py Add option for whether the cloud supports floating ips 2017-05-23 15:37:03 -04:00
test_server_rescue_negative.py Move the `attr` decorator from test.py to tempest/lib 2017-04-14 11:16:36 +02:00
test_server_tags.py Use tempest.lib data_utils - compute 2017-03-10 10:30:30 -08:00
test_servers.py Added tests for Nova microversion v2.47 2017-06-20 04:43:04 +00:00
test_servers_negative.py Merge "Create deleted server in resource_setup" 2017-05-19 15:26:54 +00:00
test_virtual_interfaces.py Use assert(Not)Empty,IsNotNone instead of assert(Not)Equal,GreaterEqual(0, len(.. 2017-06-05 23:43:53 +01:00
test_virtual_interfaces_negative.py Move the `attr` decorator from test.py to tempest/lib 2017-04-14 11:16:36 +02:00