X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=README.md;h=065b8785a189f2df6563f840a17930ffa4946968;hb=89aa93d5cffe4e85158ba58eb2c9d24fc611d1c3;hp=51a7ec57bcded8dbec1b437b48f29b17b1d3a9a3;hpb=4cc047e7b0d4d8620f7a83d7c45e5b57733ef279;p=osm%2Ftests.git diff --git a/README.md b/README.md index 51a7ec5..065b878 100644 --- a/README.md +++ b/README.md @@ -58,6 +58,8 @@ envfile.rc # Clouds file datacenter OS_CLOUD= + # SDNCs file + OS_SDNC= # K8S config file K8S_CREDENTIALS= @@ -99,12 +101,14 @@ 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 sdncs.yaml file in the host * [OPTIONAL]: It is the kubeconfig file to be used for k8s clusters ```bash docker run --rm=true -t osmtests --env-file \ -v :/reports osmtests \ -v :/robot-systest/clouds.yaml \ + -v :/robot-systest/sdncs.yaml \ -v :/root/.kube/config \ -o \ -p \