[Ocfstest-commits] mmatsuna commits r56 - trunk/ocfs2test/src/TestSuites/ocfs2test/tset/tpsinglebasic

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Tue Aug 2 14:29:20 CDT 2005


Author: mmatsuna
Date: 2005-08-02 14:29:19 -0500 (Tue, 02 Aug 2005)
New Revision: 56

Removed:
   trunk/ocfs2test/src/TestSuites/ocfs2test/tset/tpsinglebasic/testenv.sh
Log:
Removed testenv.sh from this directory. Should be a symlink.



Deleted: trunk/ocfs2test/src/TestSuites/ocfs2test/tset/tpsinglebasic/testenv.sh
===================================================================
--- trunk/ocfs2test/src/TestSuites/ocfs2test/tset/tpsinglebasic/testenv.sh	2005-07-26 20:20:46 UTC (rev 55)
+++ trunk/ocfs2test/src/TestSuites/ocfs2test/tset/tpsinglebasic/testenv.sh	2005-08-02 19:29:19 UTC (rev 56)
@@ -1,25 +0,0 @@
-#!/bin/bash
-#
-# Conf for OCFSv2 Test Plan
-#
-# testenv.sh
-#
-# System settings depending on special server environment should be setup here
-# All the commands here are related with ocfs2, linux generic commands are not setup here.
-#
-# TODO : Maybe add judgement of root here?
-
-export LOAD_OCFS2_CMD='/etc/init.d/o2cb online'
-export UNLOAD_OCFS2_CMD='/etc/init.d/o2cb stop'
-
-export OCFS2_DEVICE='/dev/sdf1'
-export OCFS2_REMOTE_DEVICE='/dev/sdd1'
-export MKFS_OCFS2_CMD='mkfs.ocfs2'
-export MKFS_EXT2_CMD='mkfs.ext2'
-
-export OCFS2_MOUNT_POINT='/ocfs2test'
-export OCFS2LABEL=ocfs2test
-
-export FSCK_OCFS2_CMD='fsck.ocfs2'
-
-export WORK_DIR=`pwd`



More information about the Ocfstest-commits mailing list