[Ocfstest-commits] colinzhu commits r38 - trunk/ocfs2test/src/TestSuites/ocfs2test/tset

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Thu May 19 13:52:39 CDT 2005


Author: colinzhu
Date: 2005-05-19 13:52:37 -0500 (Thu, 19 May 2005)
New Revision: 38

Added:
   trunk/ocfs2test/src/TestSuites/ocfs2test/tset/manual_test.sh
Modified:
   trunk/ocfs2test/src/TestSuites/ocfs2test/tset/runtest.sh
Log:
Commands for anual cases added



Added: trunk/ocfs2test/src/TestSuites/ocfs2test/tset/manual_test.sh
===================================================================
--- trunk/ocfs2test/src/TestSuites/ocfs2test/tset/manual_test.sh	2005-05-19 18:47:13 UTC (rev 37)
+++ trunk/ocfs2test/src/TestSuites/ocfs2test/tset/manual_test.sh	2005-05-19 18:52:37 UTC (rev 38)
@@ -0,0 +1,19 @@
+#!/bin/bash
+#
+# Manual tests for OCFSv2 Test Plan
+#
+# manual_test.sh
+#
+# Central command to make the tests inside this framework which finishes all the setup.
+#
+# Pre-condition: 
+#
+# TODO: 
+#
+
+. ./testenv.sh
+
+echo
+echo ">=========================Single Basic Cases Starts!====================<"
+echo
+


Property changes on: trunk/ocfs2test/src/TestSuites/ocfs2test/tset/manual_test.sh
___________________________________________________________________
Name: svn:executable
   + *

Modified: trunk/ocfs2test/src/TestSuites/ocfs2test/tset/runtest.sh
===================================================================
--- trunk/ocfs2test/src/TestSuites/ocfs2test/tset/runtest.sh	2005-05-19 18:47:13 UTC (rev 37)
+++ trunk/ocfs2test/src/TestSuites/ocfs2test/tset/runtest.sh	2005-05-19 18:52:37 UTC (rev 38)
@@ -1,8 +1,8 @@
 #!/bin/bash
 #
-# Setup for OCFSv2 Test Plan
+# Auto testing scripts for OCFSv2 Test Plan
 #
-# setup.sh
+# runtest.sh
 #
 # Central command to make the tests inside this framework which finishes all the setup.
 #



More information about the Ocfstest-commits mailing list