X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=README.md;h=1d7d5dc46ae98dc142d99749a0bce80eda218b33;hb=9092855cfdce1090bd6b716393ac6e32ded35b17;hp=25564560496f9097d5381dea31b2c9ea722881e3;hpb=4cf45d797499817b5f639bd6245c3f84e762de14;p=osm%2Ftests.git diff --git a/README.md b/README.md index 2556456..1d7d5dc 100644 --- a/README.md +++ b/README.md @@ -64,6 +64,9 @@ 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 @@ -103,6 +106,7 @@ 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 \ @@ -110,6 +114,7 @@ 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 @@ -145,7 +150,7 @@ The following tags exist for each testsuite: `basic_13`, `basic_14`, `k8s_05`, `k8s_06` - `cluster_relations`: `basic_11`, `basic_13`, `basic_14` - `cluster_epa`: `epa_01`, `epa_02`, `epa_03`, `epa_04`, `epa_05` - - `cluster_k8s`: `k8s_01`, `k8s_02`, `k8s_03`, `k8s_04`, `k8s_07`, `sa_08` + - `cluster_k8s`: `k8s_01`, `k8s_02`, `k8s_03`, `k8s_04`, `k8s_07`, `k8s_08`, `sa_08` - `cluster_k8s_charms`: `k8s_05`, `k8s_06` - `cluster_sa`: `sa_01`, `sa_02`, `sa_07` - `cluster_slices`: `slice_01`, `slice_02`