[Ocfstest-commits] colinzhu commits r36 - in trunk/ocfs2test:
dependencies/tvs/src/etc src/TestSuites
src/TestSuites/ocfs2test/tset
src/TestSuites/ocfs2test/tset/tpmultibinode
svn-commits at oss.oracle.com
svn-commits at oss.oracle.com
Thu May 19 12:14:12 CDT 2005
Author: colinzhu
Date: 2005-05-19 12:14:06 -0500 (Thu, 19 May 2005)
New Revision: 36
Removed:
trunk/ocfs2test/src/TestSuites/svn-commit.2.tmp
trunk/ocfs2test/src/TestSuites/svn-commit.tmp
Modified:
trunk/ocfs2test/dependencies/tvs/src/etc/TVSListing
trunk/ocfs2test/src/TestSuites/ocfs2test/tset/config.sh
trunk/ocfs2test/src/TestSuites/ocfs2test/tset/runtest.sh
trunk/ocfs2test/src/TestSuites/ocfs2test/tset/setup.sh
trunk/ocfs2test/src/TestSuites/ocfs2test/tset/tpmultibinode/Makefile
Log:
Patch some command scripts
Modified: trunk/ocfs2test/dependencies/tvs/src/etc/TVSListing
===================================================================
--- trunk/ocfs2test/dependencies/tvs/src/etc/TVSListing 2005-05-19 09:33:49 UTC (rev 35)
+++ trunk/ocfs2test/dependencies/tvs/src/etc/TVSListing 2005-05-19 17:14:06 UTC (rev 36)
@@ -13,7 +13,7 @@
#PanicHandler APICoverage EdgeCases Stress01 Stress02
#
-ocfs2test build all
+ocfs2test build tpmultibinode tpstress tpmultiotf
#panicsel all
Modified: trunk/ocfs2test/src/TestSuites/ocfs2test/tset/config.sh
===================================================================
--- trunk/ocfs2test/src/TestSuites/ocfs2test/tset/config.sh 2005-05-19 09:33:49 UTC (rev 35)
+++ trunk/ocfs2test/src/TestSuites/ocfs2test/tset/config.sh 2005-05-19 17:14:06 UTC (rev 36)
@@ -44,17 +44,21 @@
ln -sf ../setup.sh setup.sh
ln -sf ../testenv.sh testenv.sh
+cd ..
+
echo
echo ">===============================Make for source finished!============================<"
echo
echo ">===========================Below is the environment settings========================<"
echo
-echo "Modify ../ocfs2test/src/TestSuites/ocfs2test/tset/testenv.sh|setup.sh to let it fit your environment"
+echo "Modify ../ocfs2test/src/TestSuites/ocfs2test/tset/testenv.sh|setup.sh|test.config to let it fit your environment"
echo
echo "############################Contents:#################################################"
cat testenv.sh
echo "############################Contents:#################################################"
cat setup.sh
echo "############################Contents:#################################################"
+cat test.config
+echo "############################Contents:#################################################"
echo
-echo "After you modify testenv.sh and setup.sh, setup finishes!"
+echo "After you modify testenv.sh and setup.sh and test.config, setup finishes!"
Modified: trunk/ocfs2test/src/TestSuites/ocfs2test/tset/runtest.sh
===================================================================
--- trunk/ocfs2test/src/TestSuites/ocfs2test/tset/runtest.sh 2005-05-19 09:33:49 UTC (rev 35)
+++ trunk/ocfs2test/src/TestSuites/ocfs2test/tset/runtest.sh 2005-05-19 17:14:06 UTC (rev 36)
@@ -14,7 +14,7 @@
. ./testenv.sh
echo
-echo ">===============================Single Basic Cases Starts!============================<"
+echo ">=========================Single Basic Cases Starts!====================<"
echo
cd tpsinglebasic
@@ -22,7 +22,7 @@
cd ..
echo
-echo ">===============================Single LTP Cases Starts!============================<"
+echo ">=========================Single LTP Cases Starts!======================<"
echo
$LOAD_OCFS2_CMD
@@ -38,15 +38,14 @@
$UNLOAD_OCFS2_CMD
-cat log/tpsinglebasic_resultlog
-cat log/tpsingleltp_resultlog
-
echo
-echo ">===============================Multinode Cases (R/M/S) Starts!============================<"
+echo ">=================Multinode Cases (R/M/S) Starts!=======================<"
echo
echo "Starts from `date`"
. /etc/TVSEnvironment
tvs run >/tmp/multiresults
echo "Ends at `date`"
-cat /usr/tet/TVS/Reports/latest/SummaryReport.html
-
+cp /usr/tet/TVS/Reports/latest/SummaryReport.html log/tpmulticases_resultlog
+cat log/tpsinglebasic_resultlog
+cat log/tpsingleltp_resultlog
+cat log/tpmulticases_resultlog
Modified: trunk/ocfs2test/src/TestSuites/ocfs2test/tset/setup.sh
===================================================================
--- trunk/ocfs2test/src/TestSuites/ocfs2test/tset/setup.sh 2005-05-19 09:33:49 UTC (rev 35)
+++ trunk/ocfs2test/src/TestSuites/ocfs2test/tset/setup.sh 2005-05-19 17:14:06 UTC (rev 36)
@@ -39,7 +39,7 @@
-. ./testenv.sh
+. /usr/tet/TVS/tset/ocfs2test/testenv.sh
OCFSDEV=$OCFS2_DEVICE
Modified: trunk/ocfs2test/src/TestSuites/ocfs2test/tset/tpmultibinode/Makefile
===================================================================
--- trunk/ocfs2test/src/TestSuites/ocfs2test/tset/tpmultibinode/Makefile 2005-05-19 09:33:49 UTC (rev 35)
+++ trunk/ocfs2test/src/TestSuites/ocfs2test/tset/tpmultibinode/Makefile 2005-05-19 17:14:06 UTC (rev 36)
@@ -62,6 +62,7 @@
# install tpmultibim*.sh *proc.sh and misc .sh
cp *.sh ${DEPTH}/tsets/ocfs2test/tpmultibinode
cp ../*.sh ${DEPTH}/tsets/ocfs2test/
+ cp ../tvs_list ../checkenv ${DEPTH}/tsets/ocfs2test/
cp ../test.config ${DEPTH}/tsets/ocfs2test/
cp ../../tet_scen ${DEPTH}/tsets/ocfs2test/
Deleted: trunk/ocfs2test/src/TestSuites/svn-commit.2.tmp
===================================================================
--- trunk/ocfs2test/src/TestSuites/svn-commit.2.tmp 2005-05-19 09:33:49 UTC (rev 35)
+++ trunk/ocfs2test/src/TestSuites/svn-commit.2.tmp 2005-05-19 17:14:06 UTC (rev 36)
@@ -1,6 +0,0 @@
-modify Makefile
-
---This line, and those below, will be ignored--
-
-M ocfs2test/tset/tpmultibinode/Makefile
-M ocfs2test/tset/Makefile
Deleted: trunk/ocfs2test/src/TestSuites/svn-commit.tmp
===================================================================
--- trunk/ocfs2test/src/TestSuites/svn-commit.tmp 2005-05-19 09:33:49 UTC (rev 35)
+++ trunk/ocfs2test/src/TestSuites/svn-commit.tmp 2005-05-19 17:14:06 UTC (rev 36)
@@ -1,5 +0,0 @@
-
---This line, and those below, will be ignored--
-
-M ocfs2test/tset/tpmultibinode/Makefile
-M ocfs2test/tset/Makefile
More information about the Ocfstest-commits
mailing list