X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=test%2Fcommon%2FREADME.md;h=85535199bcb4f1a3ab33dfef0510f1f77cdc5ec4;hb=3dd1d42dc4ab1abb0766b5d84805e2cb8d18f1e2;hp=99ee01588c98dba62bdb0028a365bf7f53ad8969;hpb=483ee33ac3de88385c0eeb3f1ecf3a1bb760db54;p=nonrtric.git diff --git a/test/common/README.md b/test/common/README.md index 99ee0158..85535199 100644 --- a/test/common/README.md +++ b/test/common/README.md @@ -146,8 +146,8 @@ The script can be started with these arguments | `--use-snapshot-image` | The script will use images from the nexus snapshot repo for the supplied apps, space separated list of app short names | | `--use-staging-image` | The script will use images from the nexus staging repo for the supplied apps, space separated list of app short names | | `--use-release-image` | The script will use images from the nexus release repo for the supplied apps, space separated list of app short names | -| `--image-repo` | Url to image repo. Only required in when running in multi-node kube cluster, otherwise optional. All used images will be re-tagged and pushed to this repo - +| `--image-repo` | Url to optional image repo. Only locally built images will be re-tagged and pushed to this repo | +| `--cluster-timeout` | Optional timeout for cluster where it takes time to obtain external ip/host-name. Timeout in seconds | | `help` | Print this info along with the test script description and the list of app short names supported | ## Function: setup_testenvironment @@ -1004,8 +1004,14 @@ Start the ECS container in docker or kube depending on running mode. |--| | None | -## Function: restart_ecs ## -Restart the ECS container. +## Function: stop_ecs ## +Stop the ECS container. +| arg list | +|--| +| None | + +## Function: start_stopped_ecs ## +Start a previously stopped ecs. | arg list | |--| | None |