Whamcloud - gitweb
Description how to run the tests
[fs/lustre-release.git] / lustre / tests / README
1 A variety of tests can be run or environments set up. 
2
3 1. runregression-net
4
5 Usage on server:
6 llsetup.sh  marcus-echo-server.cfg
7
8 with marcus-echo-server.cfg:
9
10 NETWORK=elan
11 LOCALHOST=4
12 SERVER=4
13 SETUP_OST=y
14 OSTTYPE=obdecho
15
16
17 Usage on client: 
18 runregression-net  marcus-echo-client.cfg
19
20 with marcus-echo-client.cfg:
21
22 NETWORK=elan
23 LOCALHOST=5
24 SERVER=4
25 SETUP_OSC=y
26
27 If things are allright it goes through all the tests single threaded,
28 multithreaded, getattr and brw. 
29
30