From 1a1eb837906db08ef34ff9ef1611e411f38fd490 Mon Sep 17 00:00:00 2001 From: garciadeblas Date: Tue, 23 May 2023 12:08:53 +0200 Subject: [PATCH] Update README.md with instructions to run tests using testing-daily images Change-Id: I470b06690c9a1cad29033147b96ea53b8524ec5f Signed-off-by: garciadeblas --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) 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 \ -- 2.17.1