]> git.ipfire.org Git - thirdparty/dracut.git/blame - README.testsuite
lvm: add cache tools for dm-cache usage
[thirdparty/dracut.git] / README.testsuite
CommitLineData
fcd65d24
HH
1For the testsuite to work, you will have to install at least the following software packages:
2dash
3asciidoc
4mdadm
5lvm2
6cryptsetup
7nfs-utils
8netbsd-iscsi
9nbd
b9775297 10dhcp (dhcp-server on openSUSE)
fcd65d24 11iscsi-initiator-utils
25706eaf 12TEST-04-FULL-SYSTEMD: systemd >= 187
2d674a93
HH
13
14How to run the testsuite:
15
16$ sudo make clean check
17
18in verbose mode:
19$ sudo make V=1 clean check
20
21only specific test:
22$ sudo make TESTS="01 20 40" clean check
23only runs the 01, 20 and 40 tests.
24
25debug a specific test case:
26$ cd TEST-01-BASIC
27$ sudo make clean setup run
28... change some kernel parameters ...
29$ sudo make run
30to run the test without doing the setup