X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=robot-systest%2Frun_test.sh;h=b7bf29b856228473ccc313e138dbeec2d8e70322;hb=afc1b0f368e021c1ed430a0a4808293a3ea6e419;hp=dd77f8e4962d7696224015242ef292377477251c;hpb=8e0504fac0d2280b41a07f1e4c124c376997c50d;p=osm%2Ftests.git diff --git a/robot-systest/run_test.sh b/robot-systest/run_test.sh index dd77f8e..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(){