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:
parent
52d08aad6c
commit
9208f91a88
@ -20,6 +20,7 @@
|
|||||||
TripleO standalone Job running Object Storage specific Tempest tests.
|
TripleO standalone Job running Object Storage specific Tempest tests.
|
||||||
vars:
|
vars:
|
||||||
featureset_override:
|
featureset_override:
|
||||||
run_tempest: true
|
run_tempest: false
|
||||||
tempest_whitelist:
|
tempest_test_whitelist:
|
||||||
- 'object_storage'
|
- 'object_storage'
|
||||||
|
use_os_tempest: true
|
||||||
|
Loading…
Reference in New Issue
Block a user