From 781a6d69bdd2ef6d20dad07a1e6ff03c9898467d Mon Sep 17 00:00:00 2001 From: Hongbin Lu Date: Sat, 16 Feb 2019 21:04:03 +0000 Subject: [PATCH] Cap capsule tests to api version 1.31 As we will introduce a new API version 1.32, existing capsule test suit needs to be updated. This commit skips the existing capsule test suit unless the API version is 1.31 or lower. A follow-up patch will introduce a new test suit for API version 1.32 or later. Change-Id: I9ab335e652f396e039dc9197c51abc4130b5a3c6 --- zun_tempest_plugin/tests/tempest/api/test_capsules.py | 1 + 1 file changed, 1 insertion(+) diff --git a/zun_tempest_plugin/tests/tempest/api/test_capsules.py b/zun_tempest_plugin/tests/tempest/api/test_capsules.py index 9f2bfda..f0dad0b 100644 --- a/zun_tempest_plugin/tests/tempest/api/test_capsules.py +++ b/zun_tempest_plugin/tests/tempest/api/test_capsules.py @@ -22,6 +22,7 @@ class TestCapsule(base.BaseZunTest): credentials = ['primary', 'admin'] min_microversion = '1.12' + max_microversion = '1.31' @classmethod def get_client_manager(cls, credential_type=None, roles=None,