Skip to content
Snippets Groups Projects
Commit 5bf932c7 authored by Jenkins's avatar Jenkins Committed by Gerrit Code Review
Browse files

Merge "Tempest ubuntu binary container"

parents 8528b55e 898188a5
No related branches found
No related tags found
No related merge requests found
...@@ -8,6 +8,12 @@ RUN yum -y install \ ...@@ -8,6 +8,12 @@ RUN yum -y install \
openstack-tempest \ openstack-tempest \
&& yum clean all && yum clean all
{% elif base_distro in ['ubuntu'] %}
RUN apt-get install -y --no-install-recommends \
tempest \
&& apt-get clean
{% endif %} {% endif %}
{% elif install_type == 'source' %} {% elif install_type == 'source' %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment