]> git.ipfire.org Git - thirdparty/dracut.git/blob - README.testsuite
fips/fips.sh: also check for crypto-$mod in /proc/crypto
[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 bridge-utils \
4 asciidoc \
5 mdadm \
6 lvm2 \
7 cryptsetup \
8 nfs-utils \
9 nbd \
10 dhcp-server \
11 scsi-target-utils \
12 iscsi-initiator-utils
13
14 TEST-04-FULL-SYSTEMD: systemd >= 187
15
16 How to run the testsuite:
17
18 $ sudo make clean check
19
20 in verbose mode:
21 $ sudo make V=1 clean check
22
23 only specific test:
24 $ sudo make TESTS="01 20 40" clean check
25 only runs the 01, 20 and 40 tests.
26
27 debug a specific test case:
28 $ cd TEST-01-BASIC
29 $ sudo make clean setup run
30 ... change some kernel parameters ...
31 $ sudo make run
32 to run the test without doing the setup