Added a call to "ver_linux" to scripts.
diff --git a/networktests.sh b/networktests.sh
index 38dc0ee..8d3e9d6 100755
--- a/networktests.sh
+++ b/networktests.sh
@@ -22,6 +22,8 @@
 
 export PATH="${PATH}:${LTPROOT}/testcases/bin"
  
+${LTPROOT}/ver_linux
+
 ${LTPROOT}/pan/pan -e -l /tmp/netpan.log -S -a ltpnet -n ltpnet -f ${TMPDIR}/network.tests
 
 if [ $? -eq "0" ]; then