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/ci/config_functest.yaml | |
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/ci/config_functest.yaml')
-rwxr-xr-x | functest/ci/config_functest.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/functest/ci/config_functest.yaml b/functest/ci/config_functest.yaml index f1efd904..2820f8b0 100755 --- a/functest/ci/config_functest.yaml +++ b/functest/ci/config_functest.yaml @@ -97,6 +97,8 @@ tempest: user_password: tempest validation: ssh_timeout: 130 + object_storage: + operator_role: SwiftOperator private_net_name: tempest-net private_subnet_name: tempest-subnet private_subnet_cidr: 192.168.150.0/24 |