Skip to content

Commit 3a97a9f

Browse files
author
scrungus
committed
add magnum plugin
1 parent 8c1801d commit 3a97a9f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Dockerfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ ARG TEMPEST_PLUGIN_IRONIC_VERSION=master
1717
ARG TEMPEST_PLUGIN_MANILA_SOURCE=https://github.com/openstack/manila-tempest-plugin
1818
ARG TEMPEST_PLUGIN_MANILA_VERSION=master
1919

20+
ARG TEMPEST_PLUGIN_MAGNUM_SOURCE=https://github.com/openstack/magnum-tempest-plugin
21+
ARG TEMPEST_PLUGIN_MAGNUM_VERSION=master
22+
2023
RUN apt-get update && apt-get install --yes sudo python3-dev python3-pip vim git-core crudini jq iputils-ping && \
2124
apt clean && \
2225
pip3 --no-cache-dir install --upgrade pip setuptools && \
@@ -47,6 +50,7 @@ RUN rally verify add-verifier-ext --source $TEMPEST_PLUGIN_OCTAVIA_SOURCE --vers
4750
RUN rally verify add-verifier-ext --source $TEMPEST_PLUGIN_DESIGNATE_SOURCE --version $TEMPEST_PLUGIN_DESIGNATE_VERSION
4851
RUN rally verify add-verifier-ext --source $TEMPEST_PLUGIN_IRONIC_SOURCE --version $TEMPEST_PLUGIN_IRONIC_VERSION
4952
RUN rally verify add-verifier-ext --source $TEMPEST_PLUGIN_MANILA_SOURCE --version $TEMPEST_PLUGIN_MANILA_VERSION
53+
RUN rally verify add-verifier-ext --source $TEMPEST_PLUGIN_MAGNUM_SOURCE --version $TEMPEST_PLUGIN_MAGNUM_VERSION
5054

5155
COPY bin/rally-verify-wrapper.sh /usr/bin/rally-verify-wrapper.sh
5256
COPY bin/rally-extract-tests.sh /usr/bin/rally-extract-tests.sh

0 commit comments

Comments
 (0)