Port puppet-cinder-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: I4dd4f82d545cdfb4de48d6d37ee0f28f3e8c6d00
This commit is contained in:
Arx Cruz 2019-05-02 09:02:14 +00:00
parent a933deb802
commit f667869923
1 changed files with 5 additions and 4 deletions

View File

@ -19,9 +19,10 @@
TripleO standalone Job running Cinder specific Tempest tests.
vars:
featureset_override:
run_tempest: true
tempest_whitelist:
run_tempest: false
tempest_services:
- cinder
tempest_test_whitelist:
- 'volume'
- 'cinder_tempest_plugin'
tempest_plugins:
- 'python-cinder-tests-tempest'
use_os_tempest: true