X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=README.md;h=065b8785a189f2df6563f840a17930ffa4946968;hb=89aa93d5cffe4e85158ba58eb2c9d24fc611d1c3;hp=cd81fd29650da3060523a6c76c58e7b0d6596067;hpb=5c54d2714e0e755e47f220f885817b683096b238;p=osm%2Ftests.git diff --git a/README.md b/README.md index cd81fd2..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= @@ -85,7 +87,7 @@ It is possible to run the tests directly from the repository or using a docker c 1. Docker container creation: ```bash -docker build -t osmtests . +docker build -f docker/Dockerfile -t osmtests . ``` Options: @@ -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 \