X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=README.md;h=0673b384b49ea92876f9a933a4c4c8c17dfda3ce;hb=68eac4adc72e599c83053a8806dfd61986237369;hp=6759fc0f8180f6d42da98ec6ac40a55c579a0829;hpb=437637ceb4f984b3d3d9a0f31201cd171b37efd9;p=osm%2Ftests.git diff --git a/README.md b/README.md index 6759fc0..0673b38 100644 --- a/README.md +++ b/README.md @@ -55,9 +55,19 @@ docker run --rm=true --name tests -t --env-file envconfig.rc \ You can use a different robot tag instead of `sol003_01`. The whole list of tags are gathered below in this README. +## How to run sanity tests using daily images from master branch + +```bash +docker run --rm=true --name tests -t --env-file envconfig.rc \ + -v ~/.config/openstack/clouds.yaml:/etc/openstack/clouds.yaml \ + -v ~/tests/reports:/robot-systest/reports \ + opensourcemano/tests:testing-daily \ + -t sanity +``` + ## How to mount local tests folder for developing purposes -The following line will mount the required files for SOL003_01 testuite and will execute the test `sol003_01` +The following line will mount the required files for `sol003_01` testuite and will execute that testsuite: ```bash docker run --rm=true --name tests -t --env-file envconfig.rc \