diff options
| author | Monty Taylor <mordred@inaugust.com> | 2018-05-18 07:11:30 -0500 |
|---|---|---|
| committer | Monty Taylor <mordred@inaugust.com> | 2018-05-18 07:12:04 -0500 |
| commit | f7e4d31820e797e0d374e7dfde1142373245ea87 (patch) | |
| tree | 3bd68421600e3d091e103a743c0ed6597649be5c /openstackclient/tests/functional/common/test_module.py | |
| parent | 06263bd5852aad9cd03a76f50140fbbb2d0751ba (diff) | |
| download | python-openstackclient-f7e4d31820e797e0d374e7dfde1142373245ea87.tar.gz | |
Update command test for volume.v3
The default cinder version in devstack changed to v3 in
https://review.openstack.org/#/c/566747/which breaks this
test. Change the test to test what's going to happen.
Change-Id: Iff4d8b47812a86d21bf5dbdddbd642b9d63ff8fe
Diffstat (limited to 'openstackclient/tests/functional/common/test_module.py')
| -rw-r--r-- | openstackclient/tests/functional/common/test_module.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openstackclient/tests/functional/common/test_module.py b/openstackclient/tests/functional/common/test_module.py index d589f19c..41aabb7f 100644 --- a/openstackclient/tests/functional/common/test_module.py +++ b/openstackclient/tests/functional/common/test_module.py @@ -46,7 +46,7 @@ class ModuleTest(base.TestCase): class CommandTest(base.TestCase): """Functional tests for openstackclient command list.""" GROUPS = [ - 'openstack.volume.v2', + 'openstack.volume.v3', 'openstack.network.v2', 'openstack.image.v2', 'openstack.identity.v3', |
