Whamcloud - gitweb
Yet another test script, this one for the DLM.
authorpschwan <pschwan>
Wed, 20 Mar 2002 22:27:53 +0000 (22:27 +0000)
committerpschwan <pschwan>
Wed, 20 Mar 2002 22:27:53 +0000 (22:27 +0000)
lustre/tests/lldlm.sh [new file with mode: 0755]

diff --git a/lustre/tests/lldlm.sh b/lustre/tests/lldlm.sh
new file mode 100755 (executable)
index 0000000..e3d3e6f
--- /dev/null
@@ -0,0 +1,17 @@
+#!/bin/sh
+
+SRCDIR="`dirname $0`"
+. $SRCDIR/common.sh
+
+setup_ldlm
+
+mknod /dev/obd c 10 241
+echo 8191 > /proc/sys/portals/debug
+
+$R/usr/src/obd/utils/obdctl <<EOF
+device 0
+attach ldlm
+setup
+test_ldlm
+quit
+EOF