Quick fix of pip dependencies
Change-Id: Ib914ea3965d214dcf38d03dfd68b3a3a12496c32
Signed-off-by: veleza <axel.velez@etsi.org>
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_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(){