python-novaclient/novaclient/tests/v3
Sergio Cazzolato fc8579dfa8 Flavor ExtraSpecs containing '/' cannot be deleted
This change applies a regular expression in order to filter
flavor extraspects keys with invalid characters.
The characters allowed are: letters, numbers, underscores,
periods, colons, spaces and hyphens.
A new test flavor has been created which doesn't check the
keys in the post body. This flavor has been created in the
third place (instead of in the last) in order to keep
working existent test cases which depend on the last flavor
received in the get method.

Change-Id: Ifd86bed23a05a5946ae8b9ba6f6c9bf4b24b1d4c
Partial-Bug: #1256119
2014-01-31 17:38:19 -05:00
..
__init__.py Create v3 tests directory 2013-09-17 14:35:43 -05:00
fakes.py Flavor ExtraSpecs containing '/' cannot be deleted 2014-01-31 17:38:19 -05:00
test_agents.py Removes vim configuration headers 2014-01-08 08:13:46 +00:00
test_aggregates.py Adds aggregates support for Nova V3 API 2013-12-19 23:38:56 +10:30
test_availability_zone.py Adds availability zone support for Nova V3 API 2013-12-19 23:35:30 +10:30
test_certs.py Adds certificates support for Nova V3 API 2013-12-19 23:39:28 +10:30
test_flavor_access.py assertTrue(isinstance) replace by assertIsInstance 2014-01-15 10:49:12 +08:00
test_flavors.py Flavor ExtraSpecs containing '/' cannot be deleted 2014-01-31 17:38:19 -05:00
test_hosts.py assertTrue(isinstance) replace by assertIsInstance 2014-01-15 10:49:12 +08:00
test_hypervisors.py Adds hypervisor support for Nova V3 API 2013-12-19 23:38:20 +10:30
test_images.py assertTrue(isinstance) replace by assertIsInstance 2014-01-15 10:49:12 +08:00
test_keypairs.py Adds keypairs support for the Nova V3 API 2013-12-19 23:40:00 +10:30
test_quota_classes.py Adds second part of quotas support for Nova V3 API 2013-12-19 23:36:35 +10:30
test_quotas.py Adds quota usage support for the V3 API 2014-01-08 12:00:53 +08:00
test_servers.py assertTrue(isinstance) replace by assertIsInstance 2014-01-15 10:49:12 +08:00
test_services.py Removes vim configuration headers 2014-01-08 08:13:46 +00:00
test_shell.py Adds ability to boot a server via the Nova V3 API 2014-01-28 23:29:16 +10:30
test_usage.py Adds simple tenant usage support for the Nova V3 API 2013-12-19 23:40:40 +10:30
test_volumes.py Adds volume support for the V3 API 2014-01-11 13:53:10 +08:00