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
This commit is contained in:
Valeriy Ponomaryov 2015-09-07 14:16:13 +03:00
parent c4dbdb414b
commit 8666460e8c
2 changed files with 4 additions and 3 deletions

View File

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

View File

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