]> git.ipfire.org Git - thirdparty/dracut.git/blame - README.testsuite
network-manager: remove useless use of basename
[thirdparty/dracut.git] / README.testsuite
CommitLineData
fcd65d24 1For the testsuite to work, you will have to install at least the following software packages:
64a69cb4
HH
2dash \
3asciidoc \
4mdadm \
5lvm2 \
0eb7a7c4 6dmraid \
64a69cb4
HH
7cryptsetup \
8nfs-utils \
64a69cb4
HH
9nbd \
10dhcp-server \
c22c43f8 11scsi-target-utils \
caa6d12f 12iscsi-initiator-utils \
caa6d12f
HH
13strace \
14syslinux \
15python-imgcreate \
16genisoimage \
17btrfs-progs \
caa6d12f
HH
18kmod-devel \
19gcc \
20bzip2 \
21xz \
22tar \
23wget \
24rpm-build \
caa6d12f 25${NULL}
64a69cb4 26
25706eaf 27TEST-04-FULL-SYSTEMD: systemd >= 187
2d674a93
HH
28
29How to run the testsuite:
30
31$ sudo make clean check
32
33in verbose mode:
34$ sudo make V=1 clean check
35
36only specific test:
37$ sudo make TESTS="01 20 40" clean check
38only runs the 01, 20 and 40 tests.
39
40debug a specific test case:
41$ cd TEST-01-BASIC
42$ sudo make clean setup run
43... change some kernel parameters ...
44$ sudo make run
45to run the test without doing the setup