Whamcloud - gitweb
LU-1914 ldlm: add doxygen comments
[fs/lustre-release.git] / build / commit.ok_params
1 LU-1145 test: allow Test-Parameters tag for autotest
2
3 Allow Test-Parameters line to specify extra tests that should be run
4 to properly validate a change made to code or a regression test.
5
6 The Test-Parameters line can be quite long, depending on the number
7 of parameters specified.  A single set of test parameters can be
8 split over multiple lines by escaping the linefeed, though the
9 individual lines should still be kept below the 70-character limit.
10
11 Test-Parameters: ostcount=5 clientarch=i686 clientdistro=rhel5
12 Test-Parameters: ostcount=1 testlist=ost-pools,sanity,sanityn,lfsck \
13         filesystemtype=ldiskfs,zfs serverarch=x86_64
14 Signed-off-by: Andreas Dilger <adilger@whamcloud.com>