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 @@ -14,6 +14,9 @@ ARG TEMPEST_PLUGIN_DESIGNATE_VERSION=master
1414ARG TEMPEST_PLUGIN_IRONIC_SOURCE=https://github.com/openstack/ironic-tempest-plugin
1515ARG TEMPEST_PLUGIN_IRONIC_VERSION=master
1616
17+ ARG TEMPEST_PLUGIN_MANILA_SOURCE=https://github.com/openstack/manila-tempest-plugin
18+ ARG TEMPEST_PLUGIN_MANILA_VERSION=master
19+
1720RUN apt-get update && apt-get install --yes sudo python3-dev python3-pip vim git-core crudini jq iputils-ping && \
1821 apt clean && \
1922 pip3 --no-cache-dir install --upgrade pip setuptools && \
@@ -43,6 +46,7 @@ RUN rally verify create-verifier --name default --type tempest --source $TEMPEST
4346RUN rally verify add-verifier-ext --source $TEMPEST_PLUGIN_OCTAVIA_SOURCE --version $TEMPEST_PLUGIN_OCTAVIA_VERSION
4447RUN rally verify add-verifier-ext --source $TEMPEST_PLUGIN_DESIGNATE_SOURCE --version $TEMPEST_PLUGIN_DESIGNATE_VERSION
4548RUN rally verify add-verifier-ext --source $TEMPEST_PLUGIN_IRONIC_SOURCE --version $TEMPEST_PLUGIN_IRONIC_VERSION
49+ RUN rally verify add-verifier-ext --source $TEMPEST_PLUGIN_MANILA_SOURCE --version $TEMPEST_PLUGIN_MANILA_VERSION
4650
4751COPY bin/rally-verify-wrapper.sh /usr/bin/rally-verify-wrapper.sh
4852COPY bin/rally-extract-tests.sh /usr/bin/rally-extract-tests.sh
You can’t perform that action at this time.
0 commit comments