nova/nova/tests/functional/v3
parklong 6ccc90ec1a Merge extension-info functional tests of v2 and v2.1
Currently v2 and v2.1 have separate functional tests and their
corresponding sample files. As v2 and v2.1 are supposed to be identical,
there is overhead to maintain two set of functional tests and sample files.
We can have one set of tests which can run for both v2 and v2.1.

This commit merges extension-info functional tests.

ExtensionInfoSamplesJsonTest is v3 only, leave it as before.

ExtensionInfoAllSamplesJsonTest, the response data is different,
tag the template files with version.

Change-Id: Id7b7bf08cda58d606325ddb82568a73f0bb99f60
2015-06-09 14:48:19 +08:00
..
api_samples Merge extension-info functional tests of v2 and v2.1 2015-06-09 14:48:19 +08:00
__init__.py move the integrated tests into the functional tree 2014-11-26 13:17:20 -05:00
api_paste_fixture.py Merge V2 and V2.1 functional tests 2015-03-23 17:27:55 +09:00
api_sample_base.py Merge server tests between v2 and v2.1 2015-04-07 02:05:32 +00:00
test_access_ips.py move the integrated tests into the functional tree 2014-11-26 13:17:20 -05:00
test_admin_actions.py move the integrated tests into the functional tree 2014-11-26 13:17:20 -05:00
test_admin_password.py move the integrated tests into the functional tree 2014-11-26 13:17:20 -05:00
test_agents.py Merge V2 and V2.1 Agent functional tests 2015-04-01 10:57:38 +09:00
test_aggregates.py Merge V2 and V2.1 aggregate functional tests 2015-03-24 15:20:15 +09:00
test_assisted_volume_snapshots.py move the integrated tests into the functional tree 2014-11-26 13:17:20 -05:00
test_attach_interfaces.py Merge attach interfaces func test between v2 and v2.1 2015-04-17 11:56:53 +09:00
test_availability_zone.py let us specify when samples tests need admin privs 2015-03-06 20:16:13 +00:00
test_baremetal_nodes.py Merge baremetal_nodes func tests between V2 and V2.1 2015-04-01 14:53:11 +09:00
test_cells.py Use six.moves.range for Python 3 2015-05-20 15:19:51 -07:00
test_certificates.py Merge certificates functional tests of v2 and v2.1 2015-04-01 11:05:21 +09:00
test_cloudpipe.py let us specify when samples tests need admin privs 2015-03-06 20:16:13 +00:00
test_config_drive.py V2.1 tests - Reuse server post req/resp sample file 2015-03-11 15:59:52 +09:00
test_console_auth_tokens.py let us specify when samples tests need admin privs 2015-03-06 20:16:13 +00:00
test_console_output.py Merge console & console_output tests between v2 and v2.1 2015-04-15 07:12:43 +00:00
test_consoles.py Merge console & console_output tests between v2 and v2.1 2015-04-15 07:12:43 +00:00
test_create_backup.py Merge create-backup functional tests of v2 and v2.1 2015-04-20 13:30:42 +08:00
test_deferred_delete.py Removed twice declared variables 2015-04-29 15:26:50 +03:00
test_disk_config.py V2.1 tests - Reuse server post req/resp sample file 2015-03-11 15:59:52 +09:00
test_evacuate.py Merge evacuate functional tests between v2 and v2.1 2015-04-17 11:42:07 +09:00
test_extended_availability_zone.py move the integrated tests into the functional tree 2014-11-26 13:17:20 -05:00
test_extended_server_attributes.py Merge extended server Att tests between v2 and v2.1 2015-04-17 11:29:35 +09:00
test_extended_status.py Merge extended server status tests between v2 and v2.1 2015-04-17 01:54:44 +00:00
test_extended_volumes.py Remove attach/detach/swap from V2.1 extended_volumes 2015-03-01 12:30:52 +08:00
test_extension_info.py Merge extension-info functional tests of v2 and v2.1 2015-06-09 14:48:19 +08:00
test_fixed_ips.py Merge fixed_ips functional tests of v2 and v2.1 2015-04-07 11:54:17 +08:00
test_flavor_access.py Merge flavor_access functional tests of v2 and v2.1 2015-03-26 18:33:26 +08:00
test_flavor_extraspecs.py Merge flavor_extraspecs functional tests of v2 and v2.1 2015-04-07 09:21:15 +08:00
test_flavor_manage.py Merge flavor_manage functional tests of v2 and v2.1 2015-04-03 16:55:29 +08:00
test_flavor_rxtx.py Merge flavor_rxtx functional tests of v2 and v2.1 2015-04-07 13:00:49 +08:00
test_flavors.py Merge V2 and V2.1 functional tests 2015-03-23 17:27:55 +09:00
test_floating_ip_dns.py Merge V2 and V2.1 floating ips functional tests 2015-03-25 15:42:35 +09:00
test_floating_ip_pools.py Merge V2 and V2.1 floating ips functional tests 2015-03-25 15:42:35 +09:00
test_floating_ips.py Merge V2 and V2.1 floating ips functional tests 2015-03-25 15:42:35 +09:00
test_floating_ips_bulk.py Merge V2 and V2.1 floating ips functional tests 2015-03-25 15:42:35 +09:00
test_fping.py move the integrated tests into the functional tree 2014-11-26 13:17:20 -05:00
test_hide_server_addresses.py Share hide server add tests between v2 and v2.1 2015-04-17 17:51:21 +09:00
test_hosts.py Share V2 and V2.1 hosts functional tests 2015-04-01 11:20:59 +09:00
test_hypervisors.py let us specify when samples tests need admin privs 2015-03-06 20:16:13 +00:00
test_image_size.py Share V2 and V2.1 images functional tests 2015-04-17 17:38:25 +09:00
test_images.py Share V2 and V2.1 images functional tests 2015-04-17 17:38:25 +09:00
test_instance_actions.py Replace dict.itervalues() with six.itervalues(dict) 2015-05-12 12:21:46 +02:00
test_instance_usage_audit_log.py Merge instance_usage_audit_log tests between V2 and V2.1 2015-04-01 02:31:43 +00:00
test_keypairs.py Adds cleanup on v2.2 keypair api and tests 2015-03-24 17:06:18 +02:00
test_lock_server.py Merge lock/pause server tests between v2 and v2.1 2015-05-12 10:30:28 +09:00
test_migrate_server.py Merge migrate server tests between v2 and v2.1 2015-05-12 15:01:43 +09:00
test_migrations.py Add migration_type to Migration object 2015-05-14 18:46:10 -07:00
test_multinic.py Merge multinic functional tests between v2 and v2.1 2015-04-17 11:19:25 +09:00
test_multiple_create.py Share multiple create server tests between v2 and v2.1 2015-04-15 16:24:53 +09:00
test_networks.py Merge V2 and V2.1 networks functional tests 2015-04-17 01:21:51 +00:00
test_networks_associate.py Merge V2 and V2.1 networks functional tests 2015-04-17 01:21:51 +00:00
test_pause_server.py Merge lock/pause server tests between v2 and v2.1 2015-05-12 10:30:28 +09:00
test_pci.py Cleanups for pci stats in preparation for RT using ComputeNode 2015-05-23 03:41:19 +01:00
test_personality.py Implement 'personality' plugin for V2.1 2014-11-27 15:02:15 +09:00
test_preserve_ephemeral_rebuild.py Extract preserve ephemeral on rebuild from servers plugin 2015-02-09 21:36:53 +10:30
test_quota_classes.py Merge quota_classes functional tests of v2 and v2.1 2015-03-25 17:26:30 +08:00
test_quota_sets.py let us specify when samples tests need admin privs 2015-03-06 20:16:13 +00:00
test_remote_consoles.py Merge remote consoles tests between v2 and v2.1 2015-04-15 10:42:00 +09:00
test_rescue.py move the integrated tests into the functional tree 2014-11-26 13:17:20 -05:00
test_scheduler_hints.py move the integrated tests into the functional tree 2014-11-26 13:17:20 -05:00
test_security_group_default_rules.py Merge sec grp default rules tests between V2 and V2.1 2015-04-01 02:32:14 +00:00
test_security_groups.py V2.1 tests - Reuse server post req/resp sample file 2015-03-11 15:59:52 +09:00
test_server_diagnostics.py Merge server diagnostics & ext events tests for v2 & v2.1 2015-04-17 01:58:24 +00:00
test_server_external_events.py Merge server diagnostics & ext events tests for v2 & v2.1 2015-04-17 01:58:24 +00:00
test_server_groups.py Merge server groups tests between v2 and v2.1 2015-04-21 16:04:08 +09:00
test_server_metadata.py Merge server metadata tests between v2 and v2.1 2015-05-12 10:17:33 +09:00
test_server_usage.py Merge server usage tests between v2 and v2.1 2015-04-17 08:53:49 +00:00
test_servers.py Merge server tests between v2 and v2.1 2015-04-07 02:05:32 +00:00
test_servers_ips.py Merge servers-ips functional tests of v2 and v2.1 2015-04-29 09:50:54 +08:00
test_services.py Merge V2 and V2.1 services functional tests 2015-05-12 11:09:40 +09:00
test_shelve.py Merge server shelve tests between v2 and v2.1 2015-04-20 09:22:28 +09:00
test_simple_tenant_usage.py Switch to using oslo_* instead of oslo.* 2015-02-06 06:03:10 -05:00
test_suspend_server.py Merge suspend-server functional tests of v2 and v2.1 2015-04-16 15:32:00 +08:00
test_tenant_networks.py Share V2 and V2.1 tenant-networks functional tests 2015-04-01 02:32:35 +00:00
test_used_limits.py let us specify when samples tests need admin privs 2015-03-06 20:16:13 +00:00
test_user_data.py Merge user_data functional tests of v2 and v2.1 2015-05-14 08:25:02 +00:00
test_volumes.py Merge volume related functional tests of v2 and v2.1 2015-04-10 16:02:06 +08:00