X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=docker%2Ftests%2FDockerfile;h=07a46cfd30e30f76c74c8190567218bea71cb024;hb=ed4306b661ba5e949a8fc2b5ff216ae13c799741;hp=a3b4e2678f25bbf9998195d29ebff4d5bd65050e;hpb=0fc2ee1ada11d0608d5890ef6012e5cd27672ab1;p=osm%2Fdevops.git diff --git a/docker/tests/Dockerfile b/docker/tests/Dockerfile index a3b4e267..07a46cfd 100644 --- a/docker/tests/Dockerfile +++ b/docker/tests/Dockerfile @@ -24,7 +24,7 @@ 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 @@ -44,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