X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=test%2Fcommon%2Fdmaapadp_api_functions.sh;h=d7e8c0d3362ca8bce902232f5f07bfdc5bb93ef5;hb=f81090f8f5f1fd1a76bb9feab1f41f03252297c3;hp=a9605eccc6319d237fbdaea61de16cfbd2f37fb3;hpb=534a1fe8136ed8d72615707008bdd6061d1df2fe;p=nonrtric.git diff --git a/test/common/dmaapadp_api_functions.sh b/test/common/dmaapadp_api_functions.sh index a9605ecc..d7e8c0d3 100644 --- a/test/common/dmaapadp_api_functions.sh +++ b/test/common/dmaapadp_api_functions.sh @@ -79,7 +79,7 @@ __DMAAPADP_kube_delete_all() { # args: __DMAAPADP_store_docker_logs() { if [ $RUNMODE == "KUBE" ]; then - kubectl logs -l "autotest=DMAAPADP" -n $KUBE_NONRTRIC_NAMESPACE --tail=-1 > $1$2_dmaapadapter.log 2>&1 + kubectl $KUBECONF logs -l "autotest=DMAAPADP" -n $KUBE_NONRTRIC_NAMESPACE --tail=-1 > $1$2_dmaapadapter.log 2>&1 else docker logs $DMAAP_ADP_APP_NAME > $1$2_dmaapadapter.log 2>&1 fi @@ -104,6 +104,12 @@ __DMAAPADP_statisics_setup() { fi } +# Check application requirements, e.g. helm, the the test needs. Exit 1 if req not satisfied +# args: - +__DMAAPADP_test_requirements() { + : +} + ####################################################### # Set http as the protocol to use for all communication to the Dmaap adapter