]> git.ipfire.org Git - thirdparty/dracut.git/blame - README.testsuite
network: use arping2, if available
[thirdparty/dracut.git] / README.testsuite
CommitLineData
fcd65d24 1For the testsuite to work, you will have to install at least the following software packages:
64a69cb4 2dash \
351de478 3bridge-utils \
64a69cb4
HH
4asciidoc \
5mdadm \
6lvm2 \
7cryptsetup \
8nfs-utils \
64a69cb4
HH
9nbd \
10dhcp-server \
c22c43f8 11scsi-target-utils \
fcd65d24 12iscsi-initiator-utils
64a69cb4
HH
13
14
25706eaf 15TEST-04-FULL-SYSTEMD: systemd >= 187
2d674a93
HH
16
17How to run the testsuite:
18
19$ sudo make clean check
20
21in verbose mode:
22$ sudo make V=1 clean check
23
24only specific test:
25$ sudo make TESTS="01 20 40" clean check
26only runs the 01, 20 and 40 tests.
27
28debug a specific test case:
29$ cd TEST-01-BASIC
30$ sudo make clean setup run
31... change some kernel parameters ...
32$ sudo make run
33to run the test without doing the setup