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
This commit is contained in:
Monty Taylor 2018-05-18 07:11:30 -05:00
parent 06263bd585
commit f7e4d31820
No known key found for this signature in database
GPG Key ID: 7BAE94BC7141A594
1 changed files with 1 additions and 1 deletions

View File

@ -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',