python-novaclient/novaclient/tests/v1_1
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
..
contrib assertTrue(isinstance) replace by assertIsInstance 2014-01-15 10:49:12 +08:00
__init__.py Move tests into the novaclient package. 2013-05-25 08:23:14 +02:00
fakes.py Flavor ExtraSpecs containing '/' cannot be deleted 2014-01-31 17:38:19 -05:00
test_agents.py assertTrue(isinstance) replace by assertIsInstance 2014-01-15 10:49:12 +08:00
test_aggregates.py assertTrue(isinstance) replace by assertIsInstance 2014-01-15 10:49:12 +08:00
test_auth.py Don't call CS if a token + URL are provided 2014-01-15 17:11:35 +00:00
test_availability_zone.py assertTrue(isinstance) replace by assertIsInstance 2014-01-15 10:49:12 +08:00
test_certs.py assertTrue(isinstance) replace by assertIsInstance 2014-01-15 10:49:12 +08:00
test_cloudpipe.py assertTrue(isinstance) replace by assertIsInstance 2014-01-15 10:49:12 +08:00
test_fixed_ips.py Removes vim configuration headers 2014-01-08 08:13:46 +00:00
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_floating_ip_dns.py assertTrue(isinstance) replace by assertIsInstance 2014-01-15 10:49:12 +08:00
test_floating_ip_pools.py assertTrue(isinstance) replace by assertIsInstance 2014-01-15 10:49:12 +08:00
test_floating_ips.py assertTrue(isinstance) replace by assertIsInstance 2014-01-15 10:49:12 +08:00
test_floating_ips_bulk.py assertTrue(isinstance) replace by assertIsInstance 2014-01-15 10:49:12 +08:00
test_fping.py assertTrue(isinstance) replace by assertIsInstance 2014-01-15 10:49:12 +08: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 assertTrue(isinstance) replace by assertIsInstance 2014-01-15 10:49:12 +08:00
test_limits.py assertTrue(isinstance) replace by assertIsInstance 2014-01-15 10:49:12 +08:00
test_networks.py assertTrue(isinstance) replace by assertIsInstance 2014-01-15 10:49:12 +08:00
test_quota_classes.py Fix QuotaClassSet and their tests 2014-01-15 18:58:11 +09:00
test_quotas.py Adds first part of quotas support for Nova V3 API 2013-12-19 23:36:00 +10:30
test_security_group_rules.py Enables H306 pep8 rules 2013-12-12 17:43:08 +00:00
test_security_groups.py assertTrue(isinstance) replace by assertIsInstance 2014-01-15 10:49:12 +08:00
test_servers.py Merge "assertTrue(isinstance) replace by assertIsInstance" 2014-01-21 10:07:58 +00:00
test_services.py assertTrue(isinstance) replace by assertIsInstance 2014-01-15 10:49:12 +08:00
test_shell.py Merge "Replace basestring by six.string_types" 2014-01-24 07:00:06 +00:00
test_usage.py assertTrue(isinstance) replace by assertIsInstance 2014-01-15 10:49:12 +08:00
test_volumes.py assertTrue(isinstance) replace by assertIsInstance 2014-01-15 10:49:12 +08:00
testfile.txt Move tests into the novaclient package. 2013-05-25 08:23:14 +02:00
utils.py Enable hacking check for Apache 2.0 license 2013-12-06 10:47:41 +10:30