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
This commit is contained in:
parent
24f8e847bc
commit
781a6d69bd
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user