Whamcloud - gitweb
Description how to run the tests
authorbraam <braam>
Tue, 23 Apr 2002 18:52:46 +0000 (18:52 +0000)
committerbraam <braam>
Tue, 23 Apr 2002 18:52:46 +0000 (18:52 +0000)
lustre/tests/README [new file with mode: 0644]

diff --git a/lustre/tests/README b/lustre/tests/README
new file mode 100644 (file)
index 0000000..0e75321
--- /dev/null
@@ -0,0 +1,30 @@
+A variety of tests can be run or environments set up. 
+
+1. runregression-net
+
+Usage on server:
+llsetup.sh  marcus-echo-server.cfg
+
+with marcus-echo-server.cfg:
+
+NETWORK=elan
+LOCALHOST=4
+SERVER=4
+SETUP_OST=y
+OSTTYPE=obdecho
+
+
+Usage on client: 
+runregression-net  marcus-echo-client.cfg
+
+with marcus-echo-client.cfg:
+
+NETWORK=elan
+LOCALHOST=5
+SERVER=4
+SETUP_OSC=y
+
+If things are allright it goes through all the tests single threaded,
+multithreaded, getattr and brw. 
+
+