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/admin/test_volumes_actions.py b/tempest/api/volume/admin/test_volumes_actions.py index 990900b..aeec52a 100644 --- a/tempest/api/volume/admin/test_volumes_actions.py +++ b/tempest/api/volume/admin/test_volumes_actions.py
@@ -17,7 +17,7 @@ from tempest.lib import decorators -class VolumesActionsV2Test(base.BaseVolumeAdminTest): +class VolumesActionsTest(base.BaseVolumeAdminTest): def _create_reset_and_force_delete_temp_volume(self, status=None): # Create volume, reset volume status, and force delete temp volume