X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=test%2Fcommon%2FREADME.md;h=11e2a978048e563f769613fd3c3ab62efbf0adb9;hb=79e37003f5c94bfe12d197727dd31334e50397a6;hp=6c277bd51985d0ee541ab41337e52d8ffb558bf5;hpb=3cc0b58e9a786f619af2af318ef2028179ed2dab;p=nonrtric.git diff --git a/test/common/README.md b/test/common/README.md index 6c277bd5..11e2a978 100644 --- a/test/common/README.md +++ b/test/common/README.md @@ -151,6 +151,9 @@ The script can be started with these arguments | `-repo-policy` | Policy controlling which images to re-tag and push to image repo in param --image-repo. Can be set to 'local' (push on 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 | | `--print-stats` | Prints the number of tests, failed tests, failed configuration and deviations after each individual test or config | +| `--override ` | Override setting from the file supplied by --env-file | +| `--pre-clean` | Clean kube resouces when running docker and vice versa | +| `--gen-stats` | Collect container/pod runtime statistics | | `help` | Print this info along with the test script description and the list of app short names supported | ## Function: setup_testenvironment ## @@ -200,17 +203,6 @@ Print the value of the timer (in seconds) previously started by 'start_timer'. ( | --------- | ----------- | | `` | Any text message to be printed along with the timer result.(It is good practice to use same args for this function as for the `start_timer`) | -## Function: print_and_reset_timer ## - -Print the value of the timer (in seconds) previously started by 'start_timer'. Also reset the timer to 0. The result of the timer as well as the args to the function will also be printed in the test report. -| arg list | -|--| -| `` | - -| parameter | description | -| --------- | ----------- | -| `` | Any text message to be printed along with the timer result.(It is good practice to use same args for this function as for the `start_timer`) | - ## Function: deviation ## Mark a test as a deviation from the requirements. The list of deviations will be printed in the test report.