X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=test%2Fcommon%2Fics_api_functions.sh;h=0e87517108831e7c7c639e7338b0e5c918ffc26f;hb=db5b38192fed8e26ce722118ba782dbe490b997d;hp=ea4036dad3cc3b2cb6758efbcb5e0bb1b9fcbfe3;hpb=007b64509101d8e3ef881955adee2ad15d062213;p=nonrtric.git diff --git a/test/common/ics_api_functions.sh b/test/common/ics_api_functions.sh index ea4036da..0e875171 100644 --- a/test/common/ics_api_functions.sh +++ b/test/common/ics_api_functions.sh @@ -103,6 +103,12 @@ __ICS_statisics_setup() { fi } +# Check application requirements, e.g. helm, the the test needs. Exit 1 if req not satisfied +# args: - +__ICS_test_requirements() { + : +} + ####################################################### @@ -180,7 +186,7 @@ __ics_export_vars() { export ICS_CONFIG_FILE export DOCKER_SIM_NWNAME export ICS_DISPLAY_NAME - + export ICS_LOGPATH export ICS_DATA_PV_NAME=$ICS_APP_NAME"-pv" export ICS_DATA_PVC_NAME=$ICS_APP_NAME"-pvc" @@ -231,7 +237,6 @@ start_ics() { exit fi - if [ $retcode_p -eq 0 ]; then echo -e " Using existing $ICS_APP_NAME deployment and service" echo " Setting ICS replicas=1"