X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=docker%2Ftests%2FDockerfile;h=a3b4e2678f25bbf9998195d29ebff4d5bd65050e;hb=cb12937b587d90dd00aa35ea8c129bce24c1dfae;hp=b475d1ad34119ab6037362f827af0e7918e268b4;hpb=52dd2962119db74f9d259a76fdf8502345e9fe38;p=osm%2Fdevops.git diff --git a/docker/tests/Dockerfile b/docker/tests/Dockerfile index b475d1ad..a3b4e267 100644 --- a/docker/tests/Dockerfile +++ b/docker/tests/Dockerfile @@ -28,6 +28,8 @@ ARG RELEASE=ReleaseEIGHT-daily ARG REPOSITORY_KEY=OSM%20ETSI%20Release%20Key.gpg ARG REPOSITORY=testing ARG TESTS_VERSION +ARG IM_VERSION +ARG OSMCLIENT_VERSION RUN curl ${REPOSITORY_BASE}/${RELEASE}/${REPOSITORY_KEY} | apt-key add - RUN add-apt-repository -y "deb ${REPOSITORY_BASE}/${RELEASE} ${REPOSITORY} tests osmclient IM" && apt-get update @@ -42,6 +44,7 @@ RUN mv /usr/share/osm-tests/charm.sh /usr/sbin/charm WORKDIR /robot-systest RUN git clone https://osm.etsi.org/gitlab/vnf-onboarding/osm-packages.git --recurse-submodules /robot-systest/osm-packages +RUN git -C osm-packages checkout sol006 # Folder where Robot tests are stored ENV ROBOT_DEVOPS_FOLDER=/robot-systest