X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=robot-systest%2Frun_test.sh;h=b7bf29b856228473ccc313e138dbeec2d8e70322;hb=c5468a1572c77306ef896eeedcbf923c5f3e6e42;hp=75cd0d45755563c61c5e86e079ca33b1f6d541ae;hpb=f47542be165ebd69b91945041697181b4df63954;p=osm%2Ftests.git diff --git a/robot-systest/run_test.sh b/robot-systest/run_test.sh index 75cd0d4..b7bf29b 100755 --- a/robot-systest/run_test.sh +++ b/robot-systest/run_test.sh @@ -34,7 +34,8 @@ download_packages(){ download_tst010(){ # Fetch conformance tests git clone --single-branch --branch ${NFV_TESTS_BRANCH} https://forge.etsi.org/rep/nfv/api-tests.git /robot-systest/conformance-tests/repo - python3 -m pip install -r /robot-systest/conformance-tests/repo/requirements.txt + #python3 -m pip install -r /robot-systest/conformance-tests/repo/requirements.txt + python3 -m pip install -r /robot-systest/conformance-tests/requirements.txt } create_vim(){ @@ -150,7 +151,6 @@ Usage: -v :/reports osmtests \\ -v :/robot-systest/clouds.yaml \\ -v :/root/.kube/config \\ - -v :/root/.local/share/juju \\ -o \\ -p \\ -t @@ -166,8 +166,7 @@ Options: Volumes: [OPTIONAL]: It is the absolute path to reports location in the host [OPTIONAL]: It is the absolute path to the clouds.yaml file in the host - [OPTIONAL]: It is the kubeconfig file to be used for k8s clusters - [OPTIONAL]: It is the jujudata file to be used for juju cli" + [OPTIONAL]: It is the kubeconfig file to be used for k8s clusters" exit 0 ;;