commit | c07415d725c5f04d46e06cb72ed441250bad73a0 | [log] [tgz] |
---|---|---|
author | Nir Gilboa <gilboa.nir@gmail.com> | Sun Jan 07 10:52:18 2018 -0800 |
committer | Nir Gilboa <gilboa.nir@gmail.com> | Sat Apr 06 22:45:13 2019 +0300 |
tree | 7aea4ffa8525b4e80ab83b3b65cc6a54cc09bfba | |
parent | 53927a9459462abb002791ffab3411041ca7d664 [diff] [blame] |
Scenario test: Create/shrink share and write data Implements #5 from: http://specs.openstack.org/openstack/manila-specs/specs/release_independent/scenario-tests.html Change-Id: If9740b0ce3b11e1ccab5a4f77a705b0fd3015644
diff --git a/manila_tempest_tests/common/constants.py b/manila_tempest_tests/common/constants.py index 54d32fb..8791837 100644 --- a/manila_tempest_tests/common/constants.py +++ b/manila_tempest_tests/common/constants.py
@@ -19,6 +19,7 @@ STATUS_MIGRATING_TO = 'migrating_to' STATUS_CREATING = 'creating' STATUS_DELETING = 'deleting' +STATUS_SHRINKING = 'shrinking' TEMPEST_MANILA_PREFIX = 'tempest-manila'