Port puppet-horizon-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
tempest_plugins -> tempest_services now just the name of the service,
not the plugin package name

Change-Id: I1aaaef47d4bf29c486ed244cbbe0ada08d84bf87
This commit is contained in:
Arx Cruz 2019-05-02 09:56:28 +00:00
parent daddecad47
commit 76a3aa2913
1 changed files with 5 additions and 4 deletions

View File

@ -19,8 +19,9 @@
TripleO standalone Job running Horizon specific Tempest tests.
vars:
featureset_override:
run_tempest: true
tempest_whitelist:
run_tempest: false
tempest_services:
- horizon
tempest_test_whitelist:
- 'horizon'
tempest_plugins:
- 'python-horizon-tests-tempest'
use_os_tempest: true