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
14
14
ARG TEMPEST_PLUGIN_IRONIC_SOURCE=https://github.com/openstack/ironic-tempest-plugin
15
15
ARG TEMPEST_PLUGIN_IRONIC_VERSION=master
16
16
17
+ ARG TEMPEST_PLUGIN_MANILA_SOURCE=https://github.com/openstack/manila-tempest-plugin
18
+ ARG TEMPEST_PLUGIN_MANILA_VERSION=master
19
+
17
20
RUN apt-get update && apt-get install --yes sudo python3-dev python3-pip vim git-core crudini jq iputils-ping && \
18
21
apt clean && \
19
22
pip3 --no-cache-dir install --upgrade pip setuptools && \
@@ -43,6 +46,7 @@ RUN rally verify create-verifier --name default --type tempest --source $TEMPEST
43
46
RUN rally verify add-verifier-ext --source $TEMPEST_PLUGIN_OCTAVIA_SOURCE --version $TEMPEST_PLUGIN_OCTAVIA_VERSION
44
47
RUN rally verify add-verifier-ext --source $TEMPEST_PLUGIN_DESIGNATE_SOURCE --version $TEMPEST_PLUGIN_DESIGNATE_VERSION
45
48
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
46
50
47
51
COPY bin/rally-verify-wrapper.sh /usr/bin/rally-verify-wrapper.sh
48
52
COPY bin/rally-extract-tests.sh /usr/bin/rally-extract-tests.sh
You can’t perform that action at this time.
0 commit comments