Change-Id: I470b06690c9a1cad29033147b96ea53b8524ec5f
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
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 \