python-novaclient/novaclient/tests
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
..
v1_1 Flavor ExtraSpecs containing '/' cannot be deleted 2014-01-31 17:38:19 -05:00
v3 Flavor ExtraSpecs containing '/' cannot be deleted 2014-01-31 17:38:19 -05:00
__init__.py Move tests into the novaclient package. 2013-05-25 08:23:14 +02:00
fakes.py Enable hacking check for Apache 2.0 license 2013-12-06 10:47:41 +10:30
idfake.pem Allows users to retrieve ciphered VM passwords 2013-11-27 17:26:39 +01:00
test_auth_plugins.py Enables H306 pep8 rules 2013-12-12 17:43:08 +00:00
test_base.py Enables H306 pep8 rules 2013-12-12 17:43:08 +00:00
test_client.py Merge "assertTrue(isinstance) replace by assertIsInstance" 2014-01-21 10:07:58 +00:00
test_discover.py Enables H306 pep8 rules 2013-12-12 17:43:08 +00:00
test_http.py Enable hacking check for Apache 2.0 license 2013-12-06 10:47:41 +10:30
test_service_catalog.py Enable hacking check for Apache 2.0 license 2013-12-06 10:47:41 +10:30
test_shell.py Adds ability to boot a server via the Nova V3 API 2014-01-28 23:29:16 +10:30
test_utils.py Flavor ExtraSpecs containing '/' cannot be deleted 2014-01-31 17:38:19 -05:00
utils.py Enable hacking check for Apache 2.0 license 2013-12-06 10:47:41 +10:30