Move tripleo standalone job to ostempest

Since validate-tempest is deprecated in favor of ostempest
unified ansible role. All the tripleo jobs are already moved
to that, having a unified job will help to get consistent
result and avoid issues.

Depends-On: https://review.opendev.org/#/c/698589/

Change-Id: I472d2f07f27e9162089d08d416fb02ae8b5544e7
Signed-off-by: Chandan Kumar (raukadah) <chkumar@redhat.com>
This commit is contained in:
Chandan Kumar (raukadah) 2019-12-12 20:46:41 +05:30
parent 3e8abb9a8f
commit 52787dd4a4
1 changed files with 7 additions and 0 deletions

View File

@ -8,8 +8,15 @@
featureset_override:
standalone_environment_files:
- 'environments/services/neutron-ovs.yaml'
run_tempest: false
tempest_format: container
tempest_run_concurrency: 2
tempest_private_net_provider_type: 'vxlan'
tempest_tempest_conf_overrides:
auth.use_dynamic_credentials: true
tempest_test_whitelist:
- 'tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops'
use_os_tempest: true
irrelevant-files: &irrelevant-files
- ^(test-|)requirements.txt$
- ^.*\.rst$