Bump karaf version to 4.2.5
Change-Id: Ib03f6f11e923f38f6d9a2a36f170f17addbbb290
diff --git a/tools/test/bin/onos-check-bits b/tools/test/bin/onos-check-bits
index fe99f1b..931dd6c 100755
--- a/tools/test/bin/onos-check-bits
+++ b/tools/test/bin/onos-check-bits
@@ -32,7 +32,7 @@
echo "ONOS archive does not contain the proper version file" && exit 1
fi
-tar tzf ${ONOS_TAR} | grep -q apache-karaf-4.2.3
+tar tzf ${ONOS_TAR} | grep -q apache-karaf-4.2.5
if [ $? -ne 0 ]; then
echo "ONOS archive does not contain karaf" && exit 1
fi