Skip to content
Snippets Groups Projects
Commit 115eb35c authored by garciadeblas's avatar garciadeblas
Browse files

Update instructions to include pull of tests image before running tests


Change-Id: I42031644e2d77556aba6cf3e1e53fc440f279d81
Signed-off-by: default avatargarciadeblas <gerardo.garciadeblas@telefonica.com>
parent 21e74da5
No related branches found
No related tags found
No related merge requests found
......@@ -41,6 +41,8 @@ OS_CLOUD=<OPENSTACK_CLOUD> # OpenStack Cloud defined in $HOME/.config/opensta
### Run the tests
```bash
# Make sure you are using the latest testing-daily image
docker pull opensourcemano/tests:testing-daily
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 \
......@@ -73,6 +75,8 @@ docker run --rm=true --name tests -t --env-file envconfig.rc \
The following line will mount the folder `robot-systest`, including all libraries and testuites, and will execute the testsuite `sol003_01`:
```bash
# Make sure you are using the latest testing-daily image as base
docker pull opensourcemano/tests:testing-daily
docker run --rm=true --name tests -t --env-file envconfig.rc \
-v ~/.config/openstack/clouds.yaml:/etc/openstack/clouds.yaml \
-v ~/tests/robot-systest:/robot-systest \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment