X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=docker%2Ftests%2FDockerfile;h=07a46cfd30e30f76c74c8190567218bea71cb024;hb=1c6e339d1fad4180db07b7e068e28348679d11b2;hp=1804a86292858d46d8d5d401b8d2b917ce1464fc;hpb=15ff6fd9305f26577cae4b875eba4859d3d35517;p=osm%2Fdevops.git diff --git a/docker/tests/Dockerfile b/docker/tests/Dockerfile index 1804a862..07a46cfd 100644 --- a/docker/tests/Dockerfile +++ b/docker/tests/Dockerfile @@ -24,10 +24,12 @@ RUN python3 -m pip install haikunator requests robotframework robotframework-sel verboselogs pyangbind ARG REPOSITORY_BASE=http://osm-download.etsi.org/repository/osm/debian -ARG RELEASE=ReleaseEIGHT-daily +ARG RELEASE=ReleaseNINE-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,7 +44,6 @@ 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