X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=test%2Fcommon%2Fricsimulator_api_functions.sh;h=695b5358b250a53497969679b38c99fdd7d1ee4c;hb=0f6367023720ecc7d7b4b38cbbc4282792172a89;hp=f76031301cda78ee56923c1fb310cf5ad8a9b884;hpb=6f48adb69090799c74c29204dd2cd1737cc9d6ac;p=nonrtric.git diff --git a/test/common/ricsimulator_api_functions.sh b/test/common/ricsimulator_api_functions.sh index f7603130..695b5358 100644 --- a/test/common/ricsimulator_api_functions.sh +++ b/test/common/ricsimulator_api_functions.sh @@ -91,6 +91,18 @@ __RICSIM_initial_setup() { use_simulator_http } +# Set app short-name, app name and namespace for logging runtime statistics of kubernets pods or docker containers +# For docker, the namespace shall be excluded +# This function is called for apps managed by the test script as well as for prestarted apps. +# args: - +__RICSIM_statisics_setup() { + if [ $RUNMODE == "KUBE" ]; then + echo "" + else + echo "" + fi +} + #######################################################