Port puppet-nova-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: Ifd19684f2b0a272b28248f70afd78c5be8330f5a Signed-off-by: Chandan Kumar <chkumar@redhat.com>
This commit is contained in:
parent
35a6904137
commit
d59b2ea30e
@ -19,7 +19,8 @@
|
||||
TripleO standalone Job running Nova specific Tempest tests.
|
||||
vars:
|
||||
featureset_override:
|
||||
run_tempest: true
|
||||
tempest_whitelist:
|
||||
run_tempest: false
|
||||
tempest_test_whitelist:
|
||||
- 'tempest.api.compute'
|
||||
- 'tempest.scenario.test_server_basic_ops'
|
||||
use_os_tempest: true
|
||||
|
Loading…
Reference in New Issue
Block a user