From 30a68eb8e28f4eb61f8ad4f4ce13ee0ca3ced645 Mon Sep 17 00:00:00 2001 From: Aaron Hay Date: Mon, 25 Sep 2017 20:28:30 +0000 Subject: Update bundle_query APPC CSIT test case Update bundle_query.sh and setup.sh to remove checks related to number of packages. Change-Id: I48c1b1c8438a7bbf2dece01c28261281cbe75490 Signed-off-by: Aaron Hay Issue-ID: APPC-234 --- test/csit/plans/appc/healthcheck/bundle_query.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/csit/plans/appc/healthcheck/bundle_query.sh') diff --git a/test/csit/plans/appc/healthcheck/bundle_query.sh b/test/csit/plans/appc/healthcheck/bundle_query.sh index f163ce5c2..45a92ea31 100755 --- a/test/csit/plans/appc/healthcheck/bundle_query.sh +++ b/test/csit/plans/appc/healthcheck/bundle_query.sh @@ -24,7 +24,7 @@ failed_bundles=$(docker exec appc_controller_container /opt/opendaylight/current echo "There are $num_failed_bundles failed bundles out of $num_bundles installed bundles." -if [ "$num_failed_bundles" -ge 1 ] || [ $num_bundles -le 400 ]; then +if [ "$num_failed_bundles" -ge 1 ] || [ "$num_bundles" == "" ]; then echo "There are $num_bundles bundles with $num_failed_bundles in a failed state. " echo "The following bundle(s) are in a failed state: " echo " $failed_bundles" -- cgit 1.2.3-korg