Ensure clean snap
[osm/devops.git] / docker / tests / Dockerfile
index 1804a86..07a46cf 100644 (file)
@@ -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