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) <chkumar@redhat.com>
This commit is contained in:
Chandan Kumar (raukadah) 2019-11-19 11:36:38 +05:30
parent 8a35edf9b9
commit 7e9265f798
2 changed files with 2 additions and 0 deletions

View File

@ -37,3 +37,4 @@
- use_os_tempest|bool
tags:
- overcloud-validate
- undercloud-validate

View File

@ -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: