openstack-python-openstackc.../openstackclient/tests/common
Richard Theis 99498b0ab3 Unable to set some compute quotas
The OpenStackClient mapping of 'openstack quota set' arguments isn't
correct for compute quota items that have to different names.  For
example, the --injected-file-size argument is mapped to
injected_file_size, but the compute quotas item is actually
injected_file_content_bytes.  This incorrect mapping prevented the
impacted compute quota items from being set.

The problem impacts the following 'openstack quota set' arguments:
  --injected-file-size
  --injected-path-size
  --properties
  --secgroup-rules
  --secgroups

This patch set also expands the compute quota unit tests to verify
all compute quota items that can be set.

Change-Id: I0a2f241e425f4811e4ae55be183ac0c8b0805c2a
Closes-Bug: #1475831
2015-11-20 13:08:42 -06:00
..
__init__.py Remove copyright from empty files 2014-01-20 17:28:13 +04:00
test_clientmanager.py Rename endpoint type to interface 2015-07-15 10:11:59 -06:00
test_commandmanager.py fix the wrong order of assertEqual args 2015-01-27 17:02:41 +08:00
test_configuration.py Add configuration show command 2015-07-23 13:00:59 -06:00
test_extension.py Remove unnecessary test extension mock 2015-07-17 19:30:46 +00:00
test_logs.py Rename context.py to logs.py 2015-10-30 17:38:42 +09:00
test_module.py Add 'command list' command 2014-10-08 21:57:26 -05:00
test_parseractions.py Fix the bug of "openstack console log show" 2015-11-09 04:22:09 -05:00
test_quota.py Unable to set some compute quotas 2015-11-20 13:08:42 -06:00
test_timing.py Fix session timing 2015-04-07 23:53:31 -07:00
test_utils.py Allow error status to be specified 2015-11-18 17:48:43 -06:00