X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=test%2Fcommon%2Fconsul_cbs_functions.sh;h=cd1b16c08591232f8a40aa9707bedb6a320e1a4f;hb=afe34e22e0be919b8e054826c23c551b4e493f79;hp=747eaaba1e15393bf405b012a515a6eafcd07648;hpb=d0c7f9207203ce9a502fc15c09f9938eebfd44f7;p=nonrtric.git diff --git a/test/common/consul_cbs_functions.sh b/test/common/consul_cbs_functions.sh index 747eaaba..cd1b16c0 100644 --- a/test/common/consul_cbs_functions.sh +++ b/test/common/consul_cbs_functions.sh @@ -165,6 +165,21 @@ __CBS_initial_setup() { CBS_SERVICE_PATH="http://"$CBS_APP_NAME":"$CBS_INTERNAL_PORT } +# 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: - +__CONSUL_statisics_setup() { + echo "" +} + +# 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: - +__CBS_statisics_setup() { + echo "" +} #######################################################