From 78cae09aa060f7a60aefa2b894e7ebcc048121f3 Mon Sep 17 00:00:00 2001 From: braam Date: Tue, 23 Apr 2002 18:52:46 +0000 Subject: [PATCH] Description how to run the tests --- lustre/tests/README | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 lustre/tests/README diff --git a/lustre/tests/README b/lustre/tests/README new file mode 100644 index 0000000..0e75321 --- /dev/null +++ b/lustre/tests/README @@ -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. + + -- 1.8.3.1