README.testsuite: add instructions on how to run the testsuite

master
Harald Hoyer 2012-07-27 12:12:09 +02:00
parent 24a38bc1cb
commit 2d674a9336
1 changed files with 18 additions and 0 deletions

View File

@ -10,3 +10,21 @@ nbd
dhcp
iscsi-initiator-utils
TEST-04-FULL-SYSTEMD: systemd >= 187

How to run the testsuite:

$ sudo make clean check

in verbose mode:
$ sudo make V=1 clean check

only specific test:
$ sudo make TESTS="01 20 40" clean check
only runs the 01, 20 and 40 tests.

debug a specific test case:
$ cd TEST-01-BASIC
$ sudo make clean setup run
... change some kernel parameters ...
$ sudo make run
to run the test without doing the setup