Upgrade ONOS to karaf version 4.2.6
Change-Id: I9d4086378ee42c65e8865bd1172107767bdc028d
diff --git a/tools/test/bin/onos-check-bits b/tools/test/bin/onos-check-bits
index 931dd6c..be1b8da 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.5
+tar tzf ${ONOS_TAR} | grep -q apache-karaf-4.2.6
if [ $? -ne 0 ]; then
echo "ONOS archive does not contain karaf" && exit 1
fi