X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=robot-systest%2Frun_test.sh;h=1f8636dd3098784a4e889f1d9f5f4966b1d00549;hb=5c54d2714e0e755e47f220f885817b683096b238;hp=7a05681d2d0d7f42b02da445e05a32f0ac5d6362;hpb=f96bb45c0a03f2188688d90d67ea718851cec2de;p=osm%2Ftests.git diff --git a/robot-systest/run_test.sh b/robot-systest/run_test.sh index 7a05681..1f8636d 100755 --- a/robot-systest/run_test.sh +++ b/robot-systest/run_test.sh @@ -53,9 +53,12 @@ while (( "$#" )); do Usage: docker run --rm=true -t osmtests --env-file \\ - -v :/reports osmtests -v :/robot-systest/clouds.yaml \\ - -v :/robot-systest/kubeconfig.yaml \\ - -o -p -t + -v :/reports osmtests \\ + -v :/robot-systest/clouds.yaml \\ + -v :/root/.kube/config \\ + -o \\ + -p \\ + -t Options: --env-file: It is the environmental file where is described the OSM target and VIM @@ -65,7 +68,8 @@ 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 absolute path to the clouds.yaml file in the host + [OPTIONAL]: It is the kubeconfig file to be used for k8s clusters" exit 0 ;;