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