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
diff --git a/tools/test/scenarios/odtn/README.md b/tools/test/scenarios/odtn/README.md
index e0df1ca..9993852 100644
--- a/tools/test/scenarios/odtn/README.md
+++ b/tools/test/scenarios/odtn/README.md
@@ -14,7 +14,7 @@
export OCI=172.17.0.5
export ONOS_INSTANCES="172.17.0.5 172.17.0.6 172.17.0.7"
export ONOS_USER=root
-export ONOS_INSTALL_DIR=/root/onos/apache-karaf-4.2.3/data
+export ONOS_INSTALL_DIR=/root/onos/apache-karaf-4.2.5/data
```
Besides, the access for each onos container are very easy (`source /tmp/odtn/OCvar` firstly):