X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=test%2Fcommon%2Flocalhelm_api_functions.sh;h=78c6767e48f9eddd917929ad3d676e38ed12150b;hb=b188e12cc1b4be627ae6f8f424f06c38ffb89804;hp=c7a6d3dace407b56a8cdf43eac03331f7b7ac805;hpb=e60d04ec982c4ccb833226624ff5c3e3f311097a;p=nonrtric.git diff --git a/test/common/localhelm_api_functions.sh b/test/common/localhelm_api_functions.sh index c7a6d3da..78c6767e 100644 --- a/test/common/localhelm_api_functions.sh +++ b/test/common/localhelm_api_functions.sh @@ -60,12 +60,12 @@ __LOCALHELM_kube_scale_zero() { } # Scale kubernetes resources to zero and wait until this has been accomplished, if relevant. If not relevant to scale, then do no action. -# This function is called for prestarted apps not managed by the test script. +# This function is called for pre-started apps not managed by the test script. __LOCALHELM_kube_scale_zero_and_wait() { : } -# Delete all kube resouces for the app +# Delete all kube resources for the app # This function is called for apps managed by the test script. __LOCALHELM_kube_delete_all() { : @@ -73,7 +73,7 @@ __LOCALHELM_kube_delete_all() { # Store docker logs # This function is called for apps managed by the test script. -# args: +# args: __LOCALHELM_store_docker_logs() { : } @@ -85,11 +85,11 @@ __LOCALHELM_initial_setup() { : } -# Set app short-name, app name and namespace for logging runtime statistics of kubernets pods or docker containers +# Set app short-name, app name and namespace for logging runtime statistics of kubernetes 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. +# This function is called for apps managed by the test script as well as for pre-started apps. # args: - -__LOCALHELM_statisics_setup() { +__LOCALHELM_statistics_setup() { : }