Rename test tag cluster_sol003 to cluster_osm_rest
[osm/tests.git] / README.md
index 6759fc0..0c8afbf 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 \
@@ -164,7 +174,7 @@ The following tags exist for each testsuite:
   - `cluster_sa`: `sa_01`, `sa_02`, `sa_07`
   - `cluster_slices`: `slice_01`, `slice_02`
   - `cluster_heal`: `heal_01`, `heal_02`, `heal_03`, `heal_04`
-  - `cluster_sol003`: `sol003_01`
+  - `cluster_osm_rest`: `sol003_01`
 - daily: for all testsuites that will run in the daily job
 - regression: for all testsuites that should pass in the current stable branch
 - sanity: for all testsuites that should be passed by each commit in the