Skip to content

Commit e450085

Browse files
LaszloGombosjohannbg
authored andcommitted
ci: introduce more networking options into test containers
Add systemd-networked to Fedora container. Add connman to Arch container. This change enables manual testing of various network configurations and also allows the ci to ensure that having additional networking packages installed does not break the network meta module.
1 parent e0d57a8 commit e450085

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

test/container/Dockerfile-Arch

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ RUN echo 'export DRACUT_NO_XATTR=1 KVERSION=$(cd /lib/modules; ls -1 | tail -1)'
1111
RUN pacman --noconfirm -Syu \
1212
linux dash strace dhclient asciidoc cpio pigz squashfs-tools \
1313
qemu btrfs-progs mdadm dmraid nfs-utils nfsidmap lvm2 nbd \
14-
dhcp networkmanager multipath-tools vi tcpdump open-iscsi \
14+
dhcp networkmanager multipath-tools vi tcpdump open-iscsi connman \
1515
git shfmt shellcheck astyle which base-devel glibc parted ntfs-3g && yes | pacman -Scc
1616

1717
RUN useradd -m build

test/container/Dockerfile-Fedora-latest

+1
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ RUN dnf -y install --setopt=install_weak_deps=False \
4545
dbus-daemon \
4646
kbd \
4747
NetworkManager \
48+
systemd-networkd \
4849
squashfs-tools \
4950
which \
5051
ShellCheck \

0 commit comments

Comments
 (0)