X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=README.md;h=aecb43e1cbae5aa703221e2586755ff601a691c5;hb=bbae1a7e282f0dbaf808bf0eba27cf4aa5023523;hp=ad0cde8e02a5eb435b55b8abb5787d62fc56b111;hpb=83fb19882fd74b8a8d7037d965177a994ed0a58f;p=osm%2Ftests.git diff --git a/README.md b/README.md index ad0cde8..aecb43e 100644 --- a/README.md +++ b/README.md @@ -124,6 +124,9 @@ export VIM_TARGET= export VIM_MGMT_NET= export OS_CLOUD= # OpenStack Cloud defined in $HOME/.config/openstack/clouds.yaml or in /etc/openstack/clouds.yaml export K8S_CREDENTIALS= # path to the kubeconfig file of the K8s cluster to be tested +export OCI_REGISTRY_URL= # URL of the OCI registry where helm charts used in test packages are stored. +export OCI_REGISTRY_USER= # User of the OCI registry +export OCI_REGISTRY_PASSWORD= # Password of the OCI registry ``` ### Running the tests @@ -191,8 +194,8 @@ The following tags exist for each testsuite: - 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 - stage3 to be successfully verified by Jenkins, currently `basic_07`, - `basic_11`, `k8s_03`, `k8s_04`, `sa_02`, `hackfest_basic`, `hackfest_cloudinit` + stage3 to be successfully verified by Jenkins, currently `k8s_04`, + `sa_02`, `hackfest_basic`, `hackfest_cloudinit` 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