diff options
author | Aaron Hay <ah415j@att.com> | 2017-09-20 03:14:04 +0000 |
---|---|---|
committer | Aaron Hay <ah415j@att.com> | 2017-09-20 03:47:39 +0000 |
commit | 0e795a7dfe68b3baf4f20ad9cb0265a5d93a9566 (patch) | |
tree | ec7aedaaaebf01c037bf5128fbe7994b82cfa296 /test/csit/plans/appc/healthcheck/bundle_query.sh | |
parent | 6f594abfe457571b6e96100ff5144549367f9677 (diff) |
Update APPC CSIT to support ccsdk changes
Update files below to properly do a health check on select test cases after the ccsdk changes that were recently put in to place.
Change-Id: I7bb21e1db9c89828ac558dcacd97f77dff49f67c
Signed-off-by: Aaron Hay <ah415j@att.com>
Issue-Id: APPC-214
Diffstat (limited to 'test/csit/plans/appc/healthcheck/bundle_query.sh')
-rwxr-xr-x | test/csit/plans/appc/healthcheck/bundle_query.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/csit/plans/appc/healthcheck/bundle_query.sh b/test/csit/plans/appc/healthcheck/bundle_query.sh index 7224ae9c5..f163ce5c2 100755 --- a/test/csit/plans/appc/healthcheck/bundle_query.sh +++ b/test/csit/plans/appc/healthcheck/bundle_query.sh @@ -24,8 +24,8 @@ 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 393 ]; then - echo "There are $num_bundles bundles out of 394 with $num_failed_bundles in a failed state. " +if [ "$num_failed_bundles" -ge 1 ] || [ $num_bundles -le 400 ]; 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" exit 1; |