Update README.md with instructions to run tests using testing-daily images 88/13488/2
authorgarciadeblas <gerardo.garciadeblas@telefonica.com>
Tue, 23 May 2023 10:08:53 +0000 (12:08 +0200)
committergarciadeblas <gerardo.garciadeblas@telefonica.com>
Fri, 2 Jun 2023 20:37:58 +0000 (22:37 +0200)
Change-Id: I470b06690c9a1cad29033147b96ea53b8524ec5f
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
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 \