From: garciadeblas Date: Tue, 2 Mar 2021 16:15:17 +0000 (+0000) Subject: Updated run_test.sh: removed checkout of sol006 branch X-Git-Tag: branch-sol006v331-start~22 X-Git-Url: https://osm.etsi.org/gitweb/?a=commitdiff_plain;ds=sidebyside;h=28ce11e38dcec0c1e8072072f9cd93b94a558624;p=osm%2Ftests.git Updated run_test.sh: removed checkout of sol006 branch Change-Id: I9b83425fca715774f22b66e1a4ea62021976a1ca Signed-off-by: garciadeblas --- diff --git a/robot-systest/run_test.sh b/robot-systest/run_test.sh index 22803e4..1bd4488 100755 --- a/robot-systest/run_test.sh +++ b/robot-systest/run_test.sh @@ -28,8 +28,7 @@ install_osmclient(){ 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 sol006) + git clone https://osm.etsi.org/gitlab/vnf-onboarding/osm-packages.git ${PACKAGES_FOLDER} } download_tst010(){