From 52787dd4a40d2dbc04f4df6e8683376a8aed74c1 Mon Sep 17 00:00:00 2001 From: "Chandan Kumar (raukadah)" Date: Thu, 12 Dec 2019 20:46:41 +0530 Subject: [PATCH] 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) --- zuul.d/tripleo.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/zuul.d/tripleo.yaml b/zuul.d/tripleo.yaml index d44836bc446..1c533fe396d 100644 --- a/zuul.d/tripleo.yaml +++ b/zuul.d/tripleo.yaml @@ -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$