commit | 2521fbf86a2aa001e5c82dc9fd36d39646b37a3b | [log] [tgz] |
---|---|---|
author | kpdev <kinpaa@gmail.com> | Sun Aug 15 21:54:41 2021 +0200 |
committer | Kiran Pawar <kinpaa@gmail.com> | Fri Jan 27 08:34:45 2023 +0000 |
tree | 036a56513f29772a84ea0a55279218648f09f0f2 | |
parent | 54e31e8f5b517d2f1b350c091b29aa518f2c8739 [diff] [blame] |
Add tests replica create with 'share-network' option. This patch update positive and negative tests using the share replica create API. For version >= 2.72. Partial-Bug: #1925486 Depends-On: I9049dcd418fbb16d663ab8ed27b90c765fafc5d3 Change-Id: I76175e33f506e35112ab9e86724caa3aea8f546d
diff --git a/manila_tempest_tests/common/constants.py b/manila_tempest_tests/common/constants.py index 2750760..3488bc5 100644 --- a/manila_tempest_tests/common/constants.py +++ b/manila_tempest_tests/common/constants.py
@@ -42,6 +42,7 @@ REPLICATION_STATE_OUT_OF_SYNC = 'out_of_sync' MIN_SHARE_REPLICATION_VERSION = '2.11' SHARE_REPLICA_GRADUATION_VERSION = '2.56' +SHARE_REPLICA_SHARE_NET_PARAM_VERSION = '2.72' # Access Rules RULE_STATE_ACTIVE = 'active'