X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=test%2Fcommon%2FREADME.md;h=11e2a978048e563f769613fd3c3ab62efbf0adb9;hb=79e37003f5c94bfe12d197727dd31334e50397a6;hp=3577cfa645b320e94e73186726bb58bafe7e86ee;hpb=0f6367023720ecc7d7b4b38cbbc4282792172a89;p=nonrtric.git diff --git a/test/common/README.md b/test/common/README.md index 3577cfa6..11e2a978 100644 --- a/test/common/README.md +++ b/test/common/README.md @@ -203,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.