commit | e8afb8c2c5f948ee45e1c7edab4d82516920bd9a | [log] [tgz] |
---|---|---|
author | Ken'ichi Ohmichi <ken-oomichi@wx.jp.nec.com> | Mon Mar 27 11:25:37 2017 -0700 |
committer | Ken'ichi Ohmichi <ken-oomichi@wx.jp.nec.com> | Thu Mar 30 12:25:58 2017 -0700 |
tree | e03e5ca77da20d24859cf5f0e664bb9dddf5e70e | |
parent | 391516076b74e97fff2dbb5d048cb7c8166ba222 [diff] [blame] |
Rename Cinder V2 API tests As http://lists.openstack.org/pipermail/openstack-dev/2017-March/114507.html we will use the existing Cinder V2 API tests for testing the base microversion of Cinder V3 API also. The V2 test classes contained "V2" on these names, and that will be confusing when using them for the V3 tests. This patch just renames the V2 tests by removing "V3" from the test class names. Change-Id: Ia89f4c1492983aef7d3394a6278c3c3c5fd11529
diff --git a/tempest/api/volume/test_extensions.py b/tempest/api/volume/test_extensions.py index ac3742c..91bfa33 100644 --- a/tempest/api/volume/test_extensions.py +++ b/tempest/api/volume/test_extensions.py
@@ -25,7 +25,7 @@ LOG = logging.getLogger(__name__) -class ExtensionsV2TestJSON(base.BaseVolumeTest): +class ExtensionsTestJSON(base.BaseVolumeTest): @decorators.idempotent_id('94607eb0-43a5-47ca-82aa-736b41bd2e2c') def test_list_extensions(self):