Port puppet-swift-tripleo-standalone to os_tempest

Previously Tripleo validate-tempest role was used to run tempest
on tripleo jobs. Recently we are moving to os_tempest (an unified
role developed by openstack-ansible team).

It moves the vars to os_tempest.
Below is the other var changes:
run_tempest: false -> to disable validate-tempest role
use_os_tempest: true -> enable os_tempest
tempest_whitelist -> tempest_test_whitelist

Change-Id: I2fc7b23382c8cee1aec026cb669f2185de004171
Signed-off-by: Chandan Kumar <chkumar@redhat.com>
This commit is contained in:
Chandan Kumar 2019-04-30 14:53:25 +05:30
parent 52d08aad6c
commit 9208f91a88
1 changed files with 3 additions and 2 deletions

View File

@ -20,6 +20,7 @@
TripleO standalone Job running Object Storage specific Tempest tests.
vars:
featureset_override:
run_tempest: true
tempest_whitelist:
run_tempest: false
tempest_test_whitelist:
- 'object_storage'
use_os_tempest: true