Skip to content

Commit f7e4d31

Browse files
committed
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
1 parent 06263bd commit f7e4d31

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

openstackclient/tests/functional/common/test_module.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ def test_module_list(self):
4646
class CommandTest(base.TestCase):
4747
"""Functional tests for openstackclient command list."""
4848
GROUPS = [
49-
'openstack.volume.v2',
49+
'openstack.volume.v3',
5050
'openstack.network.v2',
5151
'openstack.image.v2',
5252
'openstack.identity.v3',

0 commit comments

Comments
 (0)