From 8ffbd09d400269136470ed0379a2462129d05b8b Mon Sep 17 00:00:00 2001 From: Michael Polenchuk Date: Mon, 30 Jan 2017 15:06:28 +0400 Subject: 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 --- functest/ci/config_functest.yaml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'functest/ci/config_functest.yaml') 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 -- cgit 1.2.3-korg