Update README.md with instructions to run tests using testing-daily images
[osm/tests.git] / README.md
index 6759fc0..0673b38 100644 (file)
--- 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 \