Use openstack-tempest-all for rpm tempest container

openstack-tempest shipped from RDO does not have the tempest
plugins, It has just tempest cli and library.

https://review.opendev.org/#/c/651601/ updated the rpm package
name while solving different issue and TripleO stein CI,
most of the tempest tests are getting skipped as tempest plugins
are not there.

openstack-tempest-all is the meta package contains all the plugins,
and installing that fixes the issue.

Change-Id: Ifb616b082c9d82f4736e4b688cafc3a58a0c7a9f
Signed-off-by: Chandan kumar <chkumar@redhat.com>
This commit is contained in:
Chandan kumar 2019-08-19 19:42:57 +05:30 committed by Chandan Kumar (raukadah)
parent b5a6da0dd7
commit 90b16debc3
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
{% if install_type == 'binary' %} {% if install_type == 'binary' %}
{% if base_package_type == 'rpm' %} {% if base_package_type == 'rpm' %}
{% set tempest_packages = ['openstack-tempest'] %} {% set tempest_packages = ['openstack-tempest-all'] %}
{% elif base_package_type == 'deb' %} {% elif base_package_type == 'deb' %}
{% set tempest_packages = ['tempest'] %} {% set tempest_packages = ['tempest'] %}