X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=README.md;fp=README.md;h=68741c24c7031a0e397ce0c104a0c48cf268946b;hb=c596f2864585d86379e1c824f3f390d0642bdfe3;hp=1d7d5dc46ae98dc142d99749a0bce80eda218b33;hpb=031002d24a4c209f44369da409c66ef4b9995fff;p=osm%2Ftests.git diff --git a/README.md b/README.md index 1d7d5dc..68741c2 100644 --- a/README.md +++ b/README.md @@ -64,9 +64,6 @@ OS_SDNC= # K8S config file K8S_CREDENTIALS= -# Juju data file -JUJU_DATA= - # The following set of environment variables will be used in host # of the robot framework. Not needed for docker execution @@ -106,7 +103,6 @@ Volumes: * [OPTIONAL]: It is the absolute path to the clouds.yaml file in the host * [OPTIONAL]: It is the absolute path to the sdncs.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 ```bash docker run --rm=true -t osmtests --env-file \ @@ -114,7 +110,6 @@ docker run --rm=true -t osmtests --env-file \ -v :/robot-systest/clouds.yaml \ -v :/robot-systest/sdncs.yaml \ -v :/root/.kube/config \ - -v :/root/.local/share/juju \ -o \ -p \ -t