Update basic_18 to check interfaces order in VDUs
[osm/tests.git] / robot-systest / run_test.sh
index 75cd0d4..b7bf29b 100755 (executable)
@@ -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 <path_to_reports>:/reports osmtests \\
             -v <path_to_clouds.yaml>:/robot-systest/clouds.yaml \\
             -v <path_to_kubeconfig>:/root/.kube/config \\
-            -v <path_to_jujudata>:/root/.local/share/juju \\
             -o <osmclient_version> \\
             -p <package_branch> \\
             -t <testing_tags>
@@ -166,8 +166,7 @@ Options:
 Volumes:
         <path_to_reports> [OPTIONAL]: It is the absolute path to reports location in the host
         <path_to_clouds.yaml> [OPTIONAL]: It is the absolute path to the clouds.yaml file in the host
-        <path_to_kubeconfig> [OPTIONAL]: It is the kubeconfig file to be used for k8s clusters
-        <path_to_jujudata> [OPTIONAL]: It is the jujudata file to be used for juju cli"
+        <path_to_kubeconfig> [OPTIONAL]: It is the kubeconfig file to be used for k8s clusters"
 
             exit 0
             ;;