X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=jjb%2Fnonrtric%2Fics-producer-consumer-tests.sh;fp=jjb%2Fnonrtric%2Fics-producer-consumer-tests.sh;h=2fbefc4537754fb9c1e1d026f5b8e342d73c66f5;hb=cef9a4c1187f30b562f7cd1149a321f633398034;hp=0000000000000000000000000000000000000000;hpb=ea137f4f50877ad416552bd3c6c1b3011b7803ac;p=ci-management.git diff --git a/jjb/nonrtric/ics-producer-consumer-tests.sh b/jjb/nonrtric/ics-producer-consumer-tests.sh new file mode 100755 index 00000000..2fbefc45 --- /dev/null +++ b/jjb/nonrtric/ics-producer-consumer-tests.sh @@ -0,0 +1,9 @@ +#!/bin/bash + +set -eux -o pipefail + +echo "Starting ics-producer-consumer-tests.sh which will execute sample-services/ics-producer-consumer/start.sh" +cd sample-services/ics-producer-consumer +bash start.sh + +echo "Finished ics-producer-consumer-tests.sh" \ No newline at end of file