From edee0adb5e134915b10507770ca61d6b289f7c04 Mon Sep 17 00:00:00 2001 From: rread Date: Sat, 27 Jul 2002 01:25:18 +0000 Subject: [PATCH] - new xml config for a 3 uml setup - use modules.cfg with llmodules --- lustre/tests/modules.cfg | 3 ++ lustre/tests/uml.xml | 115 +++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 118 insertions(+) create mode 100755 lustre/tests/modules.cfg create mode 100644 lustre/tests/uml.xml diff --git a/lustre/tests/modules.cfg b/lustre/tests/modules.cfg new file mode 100755 index 0000000..10fb9a7 --- /dev/null +++ b/lustre/tests/modules.cfg @@ -0,0 +1,3 @@ +#!/bin/sh +# Config file for running tests on a single host over loopback TCP +NETWORK=tcp diff --git a/lustre/tests/uml.xml b/lustre/tests/uml.xml new file mode 100644 index 0000000..8e92a5e --- /dev/null +++ b/lustre/tests/uml.xml @@ -0,0 +1,115 @@ + + + + + + + uml1 + 666 + + + + + + + + + + + + + uml2 + 666 + + + + + + + + + + + + + + + + + uml3 + 666 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + extN + /tmp/mds + yes + + + + + + + + + + + + + + + + + + + + + + + + extN + /tmp/obd1 + yes + + + + extN + /tmp/obd2 + yes + + + + /mnt/lustre + + + + + + -- 1.8.3.1