X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=README.md;h=0bb2493ae547447fc137722bb0b361862c6914fe;hb=6cd74807debed3f4414da8b4d3fc4c17b1b56c14;hp=25564560496f9097d5381dea31b2c9ea722881e3;hpb=4cf45d797499817b5f639bd6245c3f84e762de14;p=osm%2Ftests.git diff --git a/README.md b/README.md index 2556456..0bb2493 100644 --- a/README.md +++ b/README.md @@ -145,7 +145,7 @@ The following tags exist for each testsuite: `basic_13`, `basic_14`, `k8s_05`, `k8s_06` - `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_07`, `sa_08` + - `cluster_k8s`: `k8s_01`, `k8s_02`, `k8s_03`, `k8s_04`, `k8s_07`, `k8s_08`, `sa_08` - `cluster_k8s_charms`: `k8s_05`, `k8s_06` - `cluster_sa`: `sa_01`, `sa_02`, `sa_07` - `cluster_slices`: `slice_01`, `slice_02` @@ -159,6 +159,19 @@ In addition, the tag "cleanup" exists in those tests that perform any deletion. In that way, it can be invoked to retry the deletion if the tests were forcefully stopped. +- For helping in the migration tests and other scenarios in which you don't want +to destroy the deployments immediately, the following tags are used: + - prepare: for the tests that are used to deploy the network + services under test + - verify: for the tests that perform the actual testing, or changes for + additional verifications (e.g. scaling). + - cleanup: already described above. + + So, for instance, you could first deploy a number of network services executing + the tests with "prepare" tag, migrate to another OSM version, and then + check the behavior executing with the "verify" tag. Finally, use the "cleanup" + tag. + ## Built With * [Python](www.python.org/) - The language used