Use tempest_services var to enable the plugin

Depends-On: https://review.opendev.org/c/openstack/openstack-ansible-os_tempest/+/870812

Signed-off-by: Chandan Kumar <chkumar@redhat.com>
Change-Id: I0576b6bbae0bf03e6ccd1b24ea208865570e1cb6
This commit is contained in:
Chandan Kumar 2023-01-17 19:48:09 +05:30 committed by chandan kumar
parent b571739cb1
commit 73402012d4
1 changed files with 2 additions and 1 deletions

View File

@ -6,12 +6,13 @@
nodes: 1ctlr
featureset: '010'
featureset_override:
tempest_format: container
tempest_run_concurrency: 2
tempest_tempest_conf_overrides:
auth.use_dynamic_credentials: true
tempest_test_whitelist:
- 'whitebox_neutron_tempest_plugin.tests'
tempest_services:
- whitebox_neutron
use_os_tempest: true
irrelevant-files:
- ^test-requirements.txt$