X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=README.md;h=b0d7ce52f8a0417456186fee953ca06f8134fbde;hb=a4b669eca2d65335e5c1896550e2adf7939b9759;hp=aecb43e1cbae5aa703221e2586755ff601a691c5;hpb=58cc2072b52a59957be00f831eaaed7fcb96217c;p=osm%2Ftests.git diff --git a/README.md b/README.md index aecb43e..b0d7ce5 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,8 @@ OS_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 \ @@ -185,7 +189,7 @@ The following tags exist for each testsuite: - `cluster_relations`: `basic_11`, `basic_13`, `basic_14` - `cluster_epa`: `epa_01`, `epa_02`, `epa_03`, `epa_04`, `epa_05` - `cluster_k8s`: `k8s_01`, `k8s_02`, `k8s_03`, `k8s_04`, `k8s_05`, `k8s06`, - `k8s_07`, `k8s_08`, `k8s_09`, `k8s_10`, `k8s_11`, `sa_08` + `k8s_07`, `k8s_08`, `k8s_09`, `k8s_10`, `k8s_11`, `k8s_12`, `k8s_13`, `sa_08` - `cluster_k8s_charms`: `k8s_05`, `k8s_06` - `cluster_sa`: `sa_01`, `sa_02`, `sa_07` - `cluster_slices`: `slice_01`, `slice_02`