]> git.ipfire.org Git - thirdparty/systemd.git/blame - test/mkosi.default.networkd-test
Merge pull request #17092 from keszybz/libtool-excorcism
[thirdparty/systemd.git] / test / mkosi.default.networkd-test
CommitLineData
bf246ba0 1# Puts together an nspawn container and runs networkd-test.py in it, inside a
d688c5d6
ZJS
2# network namespace and everything. Run this with
3#
4# mkosi -C test --default=mkosi.default.networkd-test boot
5#
6# This will start the test and eventually exit with success in case the test
7# succeeded.
bf246ba0
LP
8
9[Distribution]
10Distribution=fedora
d688c5d6 11Release=32
bf246ba0
LP
12
13[Output]
14Format=raw_btrfs
15Bootable=yes
bf246ba0
LP
16OutputDirectory=../mkosi.output
17Output=networkd-test.raw
18
19[Partitions]
20RootSize=3G
21
22[Packages]
23BuildPackages=
24 audit-libs-devel
25 bzip2-devel
26 cryptsetup-devel
27 dbus-devel
28 diffutils
29 docbook-style-xsl
30 elfutils-devel
31 gcc
32 gettext
33 git
34 gnu-efi
35 gnu-efi-devel
36 gnutls-devel
37 gperf
38 hostname
39 iptables-devel
40 kmod-devel
41 libacl-devel
42 libblkid-devel
43 libcap-devel
44 libcurl-devel
45 libgcrypt-devel
46 libidn2-devel
47 libmicrohttpd-devel
48 libmount-devel
49 libseccomp-devel
50 libselinux-devel
bf246ba0
LP
51 libxkbcommon-devel
52 libxslt
53 lz4
54 lz4-devel
55 m4
56 meson
d688c5d6 57 ninja-build
bf246ba0
LP
58 pam-devel
59 pcre2-devel
60 pkgconfig
61 python3-devel
62 python3-lxml
63 qrencode-devel
64 tree
bf246ba0
LP
65
66Packages=
67 dnsmasq
68 iproute
69 libidn2
70 polkit
71 python3
72
73# Share caches with the top-level mkosi
d688c5d6
ZJS
74BuildDirectory=../mkosi/mkosi.builddir
75Cache=../mkosi/mkosi.cache
bf246ba0
LP
76
77# Run our own script
78BuildScript=mkosi.build.networkd-test
79
80BuildSources=..
81NSpawnSettings=mkosi.nspawn.networkd-test