X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=test%2Fcommon%2FREADME.md;h=c61debb728fcce991ba48ecdf33a61f0e511c36c;hb=refs%2Fchanges%2F06%2F8606%2F3;hp=fcb33b3ad3aadd343f3792a0844b0d9b0497f9e0;hpb=d2aeca8843fe3ffca2e73dec5b64daeef0dda938;p=nonrtric.git diff --git a/test/common/README.md b/test/common/README.md index fcb33b3a..c61debb7 100644 --- a/test/common/README.md +++ b/test/common/README.md @@ -48,7 +48,7 @@ A python script to create a json file from a formatted string of ric info. Helpe A python script to delete a batch of policies. The script is intended to run in a number of processes to delete policies in parallel. `dmaapadp_api_function.sh` -Contains funnctions for managing the Dmaap Adaptor Service. +Contains funnctions for managing the Dmaap Adapter. `dmaapmed_api_function.sh` Contains funnctions for managing the Dmaap Mediator Service. @@ -173,7 +173,7 @@ The script can be started with these arguments | arg list | |--| -| `remote\|remote-remove docker\|kube --env-file [release] [auto-clean] [--stop-at-error] [--ricsim-prefix ] [--use-local-image +] [--use-snapshot-image +] [--use-staging-image +] [--use-release-image +] [--image-repo ] [--repo-policy local\|remote] [--cluster-timeout ] [--print-stats]` | +| `remote\|remote-remove docker\|kube --env-file [release] [auto-clean] [--stop-at-error] [--ricsim-prefix ] [--use-local-image +] [--use-snapshot-image +] [--use-staging-image +] [--use-release-image +] [--use-external-image +] [--image-repo ] [--repo-policy local\|remote] [--cluster-timeout ] [--print-stats]` | | parameter | description | |-|-| @@ -190,6 +190,7 @@ 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 | +| `--use-external-image` | The script will use images from an external repo for the supplied apps, space separated list of app short names | | `--image-repo` | Url to optional image repo. Only locally built images will be re-tagged and pushed to this repo | | `-repo-policy` | Policy controlling which images to re-tag and push to image repo in param --image-repo. Can be set to 'local' (push only locally built images) or 'remote' (push locally built images and images from nexus repo). Default is 'local' | | `--cluster-timeout` | Optional timeout for cluster where it takes time to obtain external ip/host-name. Timeout in seconds |