X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=jjb%2Fnonrtric%2Fics-producer-consumer-tests.sh;fp=jjb%2Fnonrtric%2Fics-producer-consumer-tests.sh;h=2fbefc4537754fb9c1e1d026f5b8e342d73c66f5;hb=3ced11a2aea8b7cf99e93d25d512aaa0851d0404;hp=0000000000000000000000000000000000000000;hpb=8eb77018c21b7786d50e18a0c181e3612044004b;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