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
1717ARG TEMPEST_PLUGIN_MANILA_SOURCE=https://github.com/openstack/manila-tempest-plugin
1818ARG 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+
2023RUN 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
4750RUN rally verify add-verifier-ext --source $TEMPEST_PLUGIN_DESIGNATE_SOURCE --version $TEMPEST_PLUGIN_DESIGNATE_VERSION
4851RUN rally verify add-verifier-ext --source $TEMPEST_PLUGIN_IRONIC_SOURCE --version $TEMPEST_PLUGIN_IRONIC_VERSION
4952RUN 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
5155COPY bin/rally-verify-wrapper.sh /usr/bin/rally-verify-wrapper.sh
5256COPY bin/rally-extract-tests.sh /usr/bin/rally-extract-tests.sh
You can’t perform that action at this time.
0 commit comments