nova/nova
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
..
CA Make tests use sha256 as openssl default digest algorithm 2015-02-09 10:06:04 -05:00
api Merge "Removed unused "as e/exp/error" statements" 2015-06-08 21:07:04 +00:00
cells Merge "Use oslo_config choices support" 2015-06-04 06:07:08 +00:00
cert Update rpc version aliases for kilo 2015-04-21 13:57:56 +08:00
cloudpipe Move policy enforcement into REST API layer for v2.1 cloudpipe 2015-02-26 21:33:47 +08:00
cmd Replace dict.iteritems() with six.iteritems(dict) 2015-05-22 11:33:18 -07:00
compute Merge "Remove useless volume when boot from volume failed" 2015-06-08 16:21:52 +00:00
conductor Replace dict.iteritems() with six.iteritems(dict) 2015-05-22 11:33:18 -07:00
console Merge "Update rpc version aliases for kilo" 2015-04-27 13:17:34 +00:00
consoleauth Update rpc version aliases for kilo 2015-04-21 13:57:56 +08:00
db Handle FlavorNotFound when augmenting migrated flavors 2015-06-04 07:02:34 -07:00
hacking hacking: remove unused variable author_tag_re 2015-05-10 18:53:45 +08:00
image Use oslo_config choices support 2015-06-01 12:19:29 -07:00
ipv6 Replace usage of LazyPluggable by stevedore driver 2015-02-17 14:49:48 +00:00
keymgr Switch to uuidutils from oslo_utils library 2015-02-25 20:05:49 -05:00
locale Imported Translations from Transifex 2015-06-01 06:24:06 +00:00
network Refactor show_port() in neutron api 2015-06-06 00:22:47 +08:00
objects Merge "Begin the transition to an explicit object registry" 2015-06-08 21:55:43 +00:00
objectstore Replace dict.iteritems() with six.iteritems(dict) 2015-05-22 11:33:18 -07:00
openstack Get rid of oslo-incubator copy of middleware 2015-06-01 23:43:31 +00:00
pci Merge "Cleanups for pci stats in preparation for RT using ComputeNode" 2015-06-03 03:02:57 +00:00
rdp Switch to using oslo_* instead of oslo.* 2015-02-06 06:03:10 -05:00
scheduler Merge "Removed unused variables" 2015-05-28 23:11:18 +00:00
servicegroup servicegroup: remove get_all method never used as public 2015-05-07 03:50:05 -04:00
spice Switch to using oslo_* instead of oslo.* 2015-02-06 06:03:10 -05:00
storage Fix multipath device discovery when UFN is enabled. 2015-04-02 13:23:49 +01:00
tests Merge extension-info functional tests of v2 and v2.1 2015-06-09 14:48:19 +08:00
virt Merge "Removed a non-conditional 'if' statement" 2015-06-09 00:18:40 +00:00
vnc Use oslo.log 2015-02-22 07:56:40 -05:00
volume Fix raise syntax for Python 3 2015-05-13 11:26:35 +02:00
wsgi Helper scripts for running under Apache2 2015-05-08 09:59:58 -04:00
__init__.py
availability_zones.py Replace dict(obj.iteritems()) with dict(obj) 2015-05-21 08:35:37 -07:00
baserpc.py Switch to using oslo_* instead of oslo.* 2015-02-06 06:03:10 -05:00
block_device.py snapshot: Copy some missing attrs to the snapshot bdms 2015-06-02 10:53:41 +01:00
config.py Disable oslo_messaging debug logging 2015-03-19 11:23:05 -07:00
context.py Stop spamming logs when creating context 2015-03-13 17:59:47 -04:00
crypto.py Fix version unit test on Python 3 2015-05-25 13:33:59 +02:00
debugger.py Use oslo.log 2015-02-22 07:56:40 -05:00
exception.py Merge "Remove useless volume when boot from volume failed" 2015-06-08 16:21:52 +00:00
filters.py Remove use of builtin name 2015-05-28 16:23:49 -05:00
hooks.py Use oslo.log 2015-02-22 07:56:40 -05:00
i18n.py Switch to using oslo_* instead of oslo.* 2015-02-06 06:03:10 -05:00
loadables.py Switch to using oslo_* instead of oslo.* 2015-02-06 06:03:10 -05:00
manager.py Use oslo.log 2015-02-22 07:56:40 -05:00
netconf.py Switch to using oslo_* instead of oslo.* 2015-02-06 06:03:10 -05:00
notifications.py Use oslo_config choices support 2015-06-01 12:19:29 -07:00
paths.py Switch to using oslo_* instead of oslo.* 2015-02-06 06:03:10 -05:00
policy.py Add useful debug logging when policy checks fail 2015-02-23 16:44:04 -05:00
quota.py Replace dict.iteritems() with six.iteritems(dict) 2015-05-22 11:33:18 -07:00
rpc.py Merge "Ensure publisher_id is set correctly in notifications" 2015-02-10 04:50:54 +00:00
safe_utils.py Avoid indexing into an empty list in getcallargs 2015-04-10 13:10:16 -04:00
service.py Convert service and servicegroup to objects 2015-04-13 19:05:55 +02:00
test.py Replace dict.iteritems() with six.iteritems(dict) 2015-05-22 11:33:18 -07:00
utils.py Replace dict.iteritems() with six.iteritems(dict) 2015-05-22 11:33:18 -07:00
version.py Fix version unit test on Python 3 2015-05-25 13:33:59 +02:00
weights.py Skip only one host weight calculation 2015-05-05 11:40:09 +08:00
wsgi.py Replace dict.iteritems() with six.iteritems(dict) 2015-05-22 11:33:18 -07:00