commit | 1227546e7ca39759fb2240c0e8412e1a7a43cd0b | [log] [tgz] |
---|---|---|
author | haixin <haix09@chinatelecom.cn> | Tue Sep 20 17:13:17 2022 +0800 |
committer | haixin <haix09@chinatelecom.cn> | Thu Sep 21 09:06:06 2023 +0800 |
tree | 613141156de6782f9264d3e8c0f080e44e645cca | |
parent | dc97a5179a044000587ac03b310dc62b011bf93f [diff] [blame] |
Add share transfer test. Partially-Implements: blueprint transfer-share-between-project Change-Id: I74f0a079edb59e376d045fe9e9fd781acd70249d
diff --git a/manila_tempest_tests/common/constants.py b/manila_tempest_tests/common/constants.py index 3488bc5..416de56 100644 --- a/manila_tempest_tests/common/constants.py +++ b/manila_tempest_tests/common/constants.py
@@ -108,3 +108,6 @@ SERVER_STATE_UNMANAGE_STARTING = 'unmanage_starting' STATUS_SERVER_MIGRATING = 'server_migrating' STATUS_SERVER_MIGRATING_TO = 'server_migrating_to' + +# Share transfer +SHARE_TRANSFER_VERSION = "2.77"