Port puppet-neutron-tripleo-standalone job 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: I62aa82d1f1699aca7fb54e363d1be76e35f45727 Signed-off-by: Chandan Kumar <chkumar@redhat.com>
This commit is contained in:
parent
5c03e30a55
commit
60d755cdaf
@ -19,6 +19,7 @@
|
|||||||
TripleO standalone Job running Neutron specific Tempest tests.
|
TripleO standalone Job running Neutron specific Tempest tests.
|
||||||
vars:
|
vars:
|
||||||
featureset_override:
|
featureset_override:
|
||||||
run_tempest: true
|
run_tempest: false
|
||||||
tempest_whitelist:
|
tempest_test_whitelist:
|
||||||
- 'network'
|
- 'network'
|
||||||
|
use_os_tempest: true
|
||||||
|
Loading…
Reference in New Issue
Block a user