Forcing the tests repo to use sol006 branch of packages with master client 61/10061/1
authorgarciaale <agarcia@whitestack.com>
Tue, 1 Dec 2020 15:29:31 +0000 (12:29 -0300)
committergarciaale <agarcia@whitestack.com>
Tue, 1 Dec 2020 15:29:31 +0000 (12:29 -0300)
Change-Id: I8b8ed82abff78f2b78cc604b5233a1a5f65ad983
Signed-off-by: garciaale <agarcia@whitestack.com>
docker/Dockerfile
robot-systest/run_test.sh

index aec7c83..7e0bbce 100644 (file)
@@ -25,7 +25,7 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get -y install git soft
 RUN add-apt-repository -y ppa:rmescandon/yq && apt update && apt install yq -y 
 
 RUN python3 -m pip install haikunator requests robotframework robotframework-seleniumlibrary robotframework-requests robotframework-jsonlibrary \
-        robotframework-sshlibrary charm-tools git+https://osm.etsi.org/gerrit/osm/IM.git git+https://osm.etsi.org/gerrit/osm/osmclient.git@sol006
+        robotframework-sshlibrary charm-tools git+https://osm.etsi.org/gerrit/osm/IM.git git+https://osm.etsi.org/gerrit/osm/osmclient.git
 
 # Preparing working environment
 WORKDIR /robot-systest
index 863cb44..b4803d3 100755 (executable)
@@ -29,7 +29,7 @@ download_packages(){
     echo -e "\nDownloading packages ${PACKAGES}"
     rm -rf ${PACKAGES_FOLDER}
     git clone https://osm.etsi.org/gitlab/vnf-onboarding/osm-packages.git ${PACKAGES_FOLDER} && (cd ${PACKAGES_FOLDER} && \
-        git checkout ${PACKAGES})
+        git checkout sol006)
 }
 
 download_tst010(){