From 8666460e8cf877f0a967f70811d04b42d2960d68 Mon Sep 17 00:00:00 2001 From: Valeriy Ponomaryov <vponomaryov@mirantis.com> Date: Mon, 7 Sep 2015 14:16:13 +0300 Subject: [PATCH] Place tempest microversions test module in proper place Recent update to Tempest plugin was moving existing test modules to different place. And module 'test_microversions' was missed and not moved. Change-Id: Id19fdb64f12b59c36118c097e2ca7136646c76b3 Depends-On: Ie9ea9f6d25a13f8cd8f0ccbc73f6fa75cca35e0b Closes-Bug: #1493009 --- manila_tempest_tests/config.py | 2 +- .../tests/api}/test_microversions.py | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) rename {contrib/tempest/tempest/api/share => manila_tempest_tests/tests/api}/test_microversions.py (98%) diff --git a/manila_tempest_tests/config.py b/manila_tempest_tests/config.py index caa4589822..2c5e809004 100644 --- a/manila_tempest_tests/config.py +++ b/manila_tempest_tests/config.py @@ -36,7 +36,7 @@ ShareGroup = [ help="The minimum api microversion is configured to be the " "value of the minimum microversion supported by Manila."), cfg.StrOpt("max_api_microversion", - default="1.5", + default="1.6", help="The maximum api microversion is configured to be the " "value of the latest microversion supported by Manila."), cfg.StrOpt("region", diff --git a/contrib/tempest/tempest/api/share/test_microversions.py b/manila_tempest_tests/tests/api/test_microversions.py similarity index 98% rename from contrib/tempest/tempest/api/share/test_microversions.py rename to manila_tempest_tests/tests/api/test_microversions.py index 91f2624185..2984b04fe3 100644 --- a/contrib/tempest/tempest/api/share/test_microversions.py +++ b/manila_tempest_tests/tests/api/test_microversions.py @@ -13,10 +13,11 @@ # License for the specific language governing permissions and limitations # under the License. -from tempest.api.share import base -from tempest import config_share as config +from tempest import config from tempest import test +from manila_tempest_tests.tests.api import base + CONF = config.CONF