X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=test%2Fauto-test%2FSuite-interfaces.sh;h=7a2164613d45d777d28fe8fdaa7c4f0bb76ca442;hb=39ad50eaea46a2fadb4f85ffda02cc90acd0d8d5;hp=1723555a8942f35fc250dab5b2d8df653aef5c1a;hpb=6116e98837066075013c5ee22b39a2df4ff604ea;p=nonrtric.git diff --git a/test/auto-test/Suite-interfaces.sh b/test/auto-test/Suite-interfaces.sh index 1723555a..7a216461 100755 --- a/test/auto-test/Suite-interfaces.sh +++ b/test/auto-test/Suite-interfaces.sh @@ -25,9 +25,17 @@ suite_setup ############# TEST CASES ################# -./FTC100.sh $1 -./FTC110.sh $1 -./FTC150.sh $1 +ARG1=$1 + +./FTC100.sh $ARG1 + +if [ $ARG1 == "remote-remove" ]; then + #Prevent image removal for every test case + ARG1="remote" +fi + +./FTC110.sh $ARG1 +./FTC150.sh $ARG1 ##########################################