X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=test%2Fcommon%2Ftestcase_common.sh;h=7b1201df0421bf35dc44c97485e659fb1db0248a;hb=a893ee0669b7820fdb30af24b213ea69956377e1;hp=702fbf8c041de294faa7fc05968ec92ed2d543d2;hpb=443d4728b1930a96ca174e6940c95558f7806684;p=nonrtric.git diff --git a/test/common/testcase_common.sh b/test/common/testcase_common.sh index 702fbf8c..7b1201df 100755 --- a/test/common/testcase_common.sh +++ b/test/common/testcase_common.sh @@ -1228,8 +1228,11 @@ setup_testenvironment() { echo -e $RED"One or more images could not be pulled or containers using the images could not be stopped/removed"$ERED echo -e $RED"Or local image, overriding remote image, does not exist"$ERED if [ $IMAGE_CATEGORY == "DEV" ]; then - echo -e $RED"Note that SNAPSHOT images may be purged from nexus after a certain period."$ERED - echo -e $RED"In that case, switch to use a released image instead."$ERED + echo "" + echo -e $RED"Note that SNAPSHOT and staging images may be purged from nexus after a certain period."$ERED + echo -e $RED"In addition, the image may not have been updated in the current release so no SNAPSHOT or staging image exists"$ERED + echo -e $RED"In these cases, switch to use a released image instead, use the flag '--use-release-image '"$ERED + echo -e $RED"Use the 'App-short-name' for the applicable image from the above table: 'Images configured for start arg'."$ERED fi echo "#################################################################################################" echo ""