diff options
author | Gary Wu <gary.i.wu@huawei.com> | 2017-09-20 07:29:01 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2017-09-20 07:29:01 +0000 |
commit | ed5c639bb88e96adabb6c74e5bdbe2ed5a78f266 (patch) | |
tree | 156979b46953155f99b764c62084468b19c58b55 /test/csit/plans/appc/healthcheck/bundle_query.sh | |
parent | 83af5d25696a0af63d0ca835b3180e1d31e33940 (diff) | |
parent | 0e795a7dfe68b3baf4f20ad9cb0265a5d93a9566 (diff) |
Merge "Update APPC CSIT to support ccsdk changes"
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; |