aboutsummaryrefslogtreecommitdiffstats
path: root/test/csit/plans/appc/healthcheck/bundle_query.sh
diff options
context:
space:
mode:
authorAaron Hay <ah415j@att.com>2017-09-25 20:28:30 +0000
committerAaron Hay <ah415j@att.com>2017-09-26 20:14:29 +0000
commit30a68eb8e28f4eb61f8ad4f4ce13ee0ca3ced645 (patch)
tree7820de2ffee9b2485838f8bb7ecebeb3762df362 /test/csit/plans/appc/healthcheck/bundle_query.sh
parent10d13035c82097a57517c5eb608b1021e3841b7a (diff)
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 <ah415j@att.com> Issue-ID: APPC-234
Diffstat (limited to 'test/csit/plans/appc/healthcheck/bundle_query.sh')
-rwxr-xr-xtest/csit/plans/appc/healthcheck/bundle_query.sh2
1 files changed, 1 insertions, 1 deletions
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"