[PVFS2-CVS]
commit by robl in pvfs2-1/test/automated/vfs-tests.d: bonnie cp
iozone shelltest
CVS commit program
cvs at parl.clemson.edu
Thu Jun 23 19:21:19 EDT 2005
Update of /projects/cvsroot/pvfs2-1/test/automated/vfs-tests.d
In directory parlweb:/tmp/cvs-serv15780
Modified Files:
bonnie cp iozone shelltest
Log Message:
top level driver script decides if we "do_vfs" or not. no need to check in the
test
Index: bonnie
===================================================================
RCS file: /projects/cvsroot/pvfs2-1/test/automated/vfs-tests.d/bonnie,v
diff -u -w -p -u -r1.1 -r1.2
--- bonnie 23 Jun 2005 22:20:16 -0000 1.1
+++ bonnie 23 Jun 2005 22:21:19 -0000 1.2
@@ -1,9 +1,5 @@
#!/bin/sh
-if [ ! $do_vfs ] ; then
- return 1
-fi
-
pushd .
cd ${EXTRA_TESTS}/bonnie++-1.03a
./configure -q && make && cd ${PVFS2_MOUNTPOINT} || return 1
Index: cp
===================================================================
RCS file: /projects/cvsroot/pvfs2-1/test/automated/vfs-tests.d/cp,v
diff -u -w -p -u -r1.1 -r1.2
--- cp 23 Jun 2005 22:20:16 -0000 1.1
+++ cp 23 Jun 2005 22:21:19 -0000 1.2
@@ -1,7 +1,3 @@
#!/bin/sh
-if [ ! $do_vfs ] ; then
- return 0
-fi
-
cp ${PVFS2_DEST}/INSTALL-pvfs2/bin/pvfs2-cp ${PVFS2_MOUNTPOINT}
Index: iozone
===================================================================
RCS file: /projects/cvsroot/pvfs2-1/test/automated/vfs-tests.d/iozone,v
diff -u -w -p -u -r1.1 -r1.2
--- iozone 23 Jun 2005 22:20:16 -0000 1.1
+++ iozone 23 Jun 2005 22:21:19 -0000 1.2
@@ -1,9 +1,5 @@
#!/bin/sh
-if [ ! $do_vfs ] ; then
- return 0
-fi
-
pushd .
cd ${EXTRA_TESTS}/iozone3_239/src/current || return 1
make linux || return 1
Index: shelltest
===================================================================
RCS file: /projects/cvsroot/pvfs2-1/test/automated/vfs-tests.d/shelltest,v
diff -u -w -p -u -r1.1 -r1.2
--- shelltest 23 Jun 2005 22:20:16 -0000 1.1
+++ shelltest 23 Jun 2005 22:21:19 -0000 1.2
@@ -1,7 +1,3 @@
#!/bin/sh
-if [ ! $do_vfs ] ; then
- return 0
-fi
-
sh ${PVFS2_DEST}/pvfs2/test/kernel/linux-2.6/pvfs2-shell-test.sh ${PVFS2_MOUNTPOINT}
More information about the PVFS2-CVS
mailing list