[Ocfstest-commits] mmatsuna commits r58 -
trunk/ocfs2test/src/TestSuites/ocfs2test/tset/tpmultibinode
svn-commits at oss.oracle.com
svn-commits at oss.oracle.com
Tue Aug 2 14:32:33 CDT 2005
Author: mmatsuna
Date: 2005-08-02 14:32:32 -0500 (Tue, 02 Aug 2005)
New Revision: 58
Removed:
trunk/ocfs2test/src/TestSuites/ocfs2test/tset/tpmultibinode/testenv.sh
Log:
removed testenv.sh from tpmultinode
Deleted: trunk/ocfs2test/src/TestSuites/ocfs2test/tset/tpmultibinode/testenv.sh
===================================================================
--- trunk/ocfs2test/src/TestSuites/ocfs2test/tset/tpmultibinode/testenv.sh 2005-08-02 19:30:20 UTC (rev 57)
+++ trunk/ocfs2test/src/TestSuites/ocfs2test/tset/tpmultibinode/testenv.sh 2005-08-02 19:32:32 UTC (rev 58)
@@ -1,23 +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 start'
-export UNLOAD_OCFS2_CMD='/etc/init.d/o2cb stop'
-
-export OCFS2_DEVICE='/dev/sda1'
-export MKFS_OCFS2_CMD='mkfs.ocfs2'
-export MKFS_EXT2_CMD='mkfs.ext2'
-
-export OCFS2_MOUNT_POINT='/ocfs2'
-
-export FSCK_OCFS2_CMD='fsck.ocfs2'
-
-export WORK_DIR=`pwd`
More information about the Ocfstest-commits
mailing list