X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=test%2Fauto-test%2FSuite-interfaces.sh;h=7a2164613d45d777d28fe8fdaa7c4f0bb76ca442;hb=a26055e5007e75a5aa9551305ea4da211e80df14;hp=1723555a8942f35fc250dab5b2d8df653aef5c1a;hpb=144374e691c0f1bdcd90cf7c01de263c905d45b7;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 ##########################################