From 7e9265f7989568dd5e48ebd0d8e0d486af3952aa Mon Sep 17 00:00:00 2001 From: "Chandan Kumar (raukadah)" Date: Tue, 19 Nov 2019 11:36:38 +0530 Subject: [PATCH] Added support running os_tempest on undercloud In order to run tempest using os_tempest on undercloud, we need to add undercloud-validate tag for the same. Donot load skip list for undercloud as it is taken care in featureset file itself in order to avoid breakage against mistral project. https://review.opendev.org/694719 Change-Id: Id80070fc6fa68e95ad111baee421779a76f67e02 Signed-off-by: Chandan Kumar (raukadah) --- playbooks/multinode-validate.yml | 1 + playbooks/tempest.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/playbooks/multinode-validate.yml b/playbooks/multinode-validate.yml index 3a505013a..f3c430d1d 100644 --- a/playbooks/multinode-validate.yml +++ b/playbooks/multinode-validate.yml @@ -37,3 +37,4 @@ - use_os_tempest|bool tags: - overcloud-validate + - undercloud-validate diff --git a/playbooks/tempest.yml b/playbooks/tempest.yml index 44aab8e1c..114112112 100644 --- a/playbooks/tempest.yml +++ b/playbooks/tempest.yml @@ -63,6 +63,7 @@ - name: Set tempest_test_blacklist set_fact: tempest_test_blacklist: "{{ known_failures | json_query('[?undercloud != `true`]') }}" + when: tempest_cloud_name != 'undercloud' - name: Run os_tempest role vars: