Skip to content

Commit 8824e84

Browse files
committed
Install manila tempest plugin
1 parent aa961cc commit 8824e84

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
@@ -14,6 +14,9 @@ ARG TEMPEST_PLUGIN_DESIGNATE_VERSION=master
1414
ARG TEMPEST_PLUGIN_IRONIC_SOURCE=https://github.com/openstack/ironic-tempest-plugin
1515
ARG 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+
1720
RUN 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
4346
RUN rally verify add-verifier-ext --source $TEMPEST_PLUGIN_OCTAVIA_SOURCE --version $TEMPEST_PLUGIN_OCTAVIA_VERSION
4447
RUN rally verify add-verifier-ext --source $TEMPEST_PLUGIN_DESIGNATE_SOURCE --version $TEMPEST_PLUGIN_DESIGNATE_VERSION
4548
RUN 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

4751
COPY bin/rally-verify-wrapper.sh /usr/bin/rally-verify-wrapper.sh
4852
COPY bin/rally-extract-tests.sh /usr/bin/rally-extract-tests.sh

0 commit comments

Comments
 (0)