diff options
author | Michael Polenchuk <mpolenchuk@mirantis.com> | 2017-01-30 15:06:28 +0400 |
---|---|---|
committer | Michael Polenchuk <mpolenchuk@mirantis.com> | 2017-01-30 17:16:06 +0400 |
commit | 8ffbd09d400269136470ed0379a2462129d05b8b (patch) | |
tree | 2335d7606fb33ba0ef22afef212c5b04f073fdf8 /functest/utils | |
parent | 246f256f0345ee4f193c894661eaed87fc0d0008 (diff) |
Support newton in tempest
* newton release support is started from 13.0.0
* set swift operator role to existing one
* unblacklist server_basic_ops test
JIRA: FUNCTEST-712
Change-Id: Ieb3d9477db3dfa98f940c3732b64f6eb7515f6e6
Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
Diffstat (limited to 'functest/utils')
-rw-r--r-- | functest/utils/functest_constants.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/functest/utils/functest_constants.py b/functest/utils/functest_constants.py index 7fb03e8a..3cc744c6 100644 --- a/functest/utils/functest_constants.py +++ b/functest/utils/functest_constants.py @@ -146,6 +146,8 @@ TEMPEST_USER_PASSWORD = get_value('tempest.identity.user_password', 'TEMPEST_USER_PASSWORD') TEMPEST_SSH_TIMEOUT = get_value('tempest.validation.ssh_timeout', 'TEMPEST_SSH_TIMEOUT') +TEMPEST_OPERATOR_ROLE = get_value('tempest.object_storage.operator_role', + 'TEMPEST_OPERATOR_ROLE') TEMPEST_USE_CUSTOM_IMAGES = get_value('tempest.use_custom_images', 'TEMPEST_USE_CUSTOM_IMAGES') TEMPEST_USE_CUSTOM_FLAVORS = get_value('tempest.use_custom_flavors', |