File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,9 @@ ARG TEMPEST_PLUGIN_IRONIC_VERSION=master
17
17
ARG TEMPEST_PLUGIN_MANILA_SOURCE=https://github.com/openstack/manila-tempest-plugin
18
18
ARG TEMPEST_PLUGIN_MANILA_VERSION=master
19
19
20
+ ARG TEMPEST_PLUGIN_MAGNUM_SOURCE=https://github.com/openstack/magnum-tempest-plugin
21
+ ARG TEMPEST_PLUGIN_MAGNUM_VERSION=master
22
+
20
23
RUN apt-get update && apt-get install --yes sudo python3-dev python3-pip vim git-core crudini jq iputils-ping && \
21
24
apt clean && \
22
25
pip3 --no-cache-dir install --upgrade pip setuptools && \
@@ -47,6 +50,7 @@ RUN rally verify add-verifier-ext --source $TEMPEST_PLUGIN_OCTAVIA_SOURCE --vers
47
50
RUN rally verify add-verifier-ext --source $TEMPEST_PLUGIN_DESIGNATE_SOURCE --version $TEMPEST_PLUGIN_DESIGNATE_VERSION
48
51
RUN rally verify add-verifier-ext --source $TEMPEST_PLUGIN_IRONIC_SOURCE --version $TEMPEST_PLUGIN_IRONIC_VERSION
49
52
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
50
54
51
55
COPY bin/rally-verify-wrapper.sh /usr/bin/rally-verify-wrapper.sh
52
56
COPY bin/rally-extract-tests.sh /usr/bin/rally-extract-tests.sh
You can’t perform that action at this time.
0 commit comments