dracut-systemd/dracut-initqueue: only start service if really needed
[dracut.git] / README.testsuite
blobb539d901b318ee2338ccae64d9500b1381e340ce
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 netbsd-iscsi \
10 nbd \
11 dhcp-server \
12 iscsi-initiator-utils
15 TEST-04-FULL-SYSTEMD: systemd >= 187
17 How to run the testsuite:
19 $ sudo make clean check
21 in verbose mode:
22 $ sudo make V=1 clean check
24 only specific test:
25 $ sudo make TESTS="01 20 40" clean check
26 only runs the 01, 20 and 40 tests.
28 debug a specific test case:
29 $ cd TEST-01-BASIC
30 $ sudo make clean setup run
31 ... change some kernel parameters ...
32 $ sudo make run
33 to run the test without doing the setup