diff options
Diffstat (limited to 'debian/tests/control')
-rw-r--r-- | debian/tests/control | 224 |
1 files changed, 224 insertions, 0 deletions
diff --git a/debian/tests/control b/debian/tests/control new file mode 100644 index 0000000..3b2390f --- /dev/null +++ b/debian/tests/control @@ -0,0 +1,224 @@ +Tests: timedated, hostnamed, localed-locale, localed-x11-keymap, logind +Depends: systemd, + systemd-timesyncd, + libpam-systemd, + libnss-systemd, + acl, + locales, + evemu-tools, +Restrictions: needs-root, isolation-container, skippable + +Tests: unit-config +Depends: systemd, + libpam-systemd, + libnss-systemd, + acl, + locales, + evemu-tools, + python3, + pkg-config, +Restrictions: needs-root, allow-stderr + +Tests: storage +Depends: systemd, + libpam-systemd, + libnss-systemd, + acl, + locales, + evemu-tools, + python3, + pkg-config, + cryptsetup-bin, +Restrictions: needs-root, isolation-machine + +Tests: networkd-test.py +Tests-Directory: test +Depends: systemd, + systemd-resolved, + libpam-systemd, + libnss-systemd, + acl, + locales, + evemu-tools, + python3, + pkg-config, + cryptsetup-bin, + systemd-sysv, + polkitd, + netlabel-tools, + dnsmasq-base +Restrictions: needs-root, isolation-container, breaks-testbed + +Tests: build-login +Depends: systemd, + libpam-systemd, + libnss-systemd, + acl, + locales, + evemu-tools, + python3, + pkg-config, + cryptsetup-bin, + systemd-sysv, + polkitd, + dnsmasq-base, + build-essential, + libsystemd-dev, +Restrictions: isolation-container + +Tests: boot-and-services +Depends: systemd-sysv, + systemd-container, + systemd-coredump, + libpam-systemd, + libdw-dev, + libelf-dev, + xserver-xorg-video-dummy, + xserver-xorg, + gdm3 [!s390x], + cron, + network-manager, + busybox-static, + rsyslog, + apparmor, + pkg-config, + python3, + python3-pefile, + dhcpcd-base, +Restrictions: needs-root, isolation-container, breaks-testbed, allow-stderr + +Tests: unit-tests +Depends: systemd-tests, + libpam-systemd, + libnss-myhostname, + libnss-mymachines, + libnss-resolve, + libnss-systemd, + udev, + tree, + perl, + python3, + python3-colorama, + python3-pefile, + xz-utils, + libcap2-bin, + iproute2, + liblz4-tool, + acl, + iputils-ping, + dbus-user-session, + zstd, + libtss2-dev, + libfido2-dev, + libdw-dev, + libqrencode-dev, + tzdata-legacy | tzdata (<< 2024a-1), +Restrictions: needs-root, isolation-container, breaks-testbed + +Tests: upstream +Depends: systemd-tests, + systemd-journal-remote, + systemd-container, + systemd-coredump, + systemd-timesyncd, + systemd-oomd, + systemd-homed, + systemd-resolved, + systemd-boot-efi, + libnss-myhostname, + libnss-mymachines, + libnss-resolve, + libnss-systemd, + attr, + tree, + perl, + xz-utils, + libcap2-bin, + iproute2, + liblz4-tool, + acl, + dmeventd, + kbd, + cryptsetup-bin, + cryptsetup-initramfs, + net-tools, + isc-dhcp-client, + iputils-ping, + strace, + qemu-system-x86 [amd64 i386], + qemu-system-arm [arm64 armhf], + qemu-system-ppc [ppc64el], + qemu-system-s390x [s390x], + seabios, + less, + pkg-config, + gcc, + libc6-dev | libc-dev, + make, + quota, + fdisk, + netcat-openbsd, + socat, + busybox-static, + plymouth, + e2fsprogs, + zstd, + squashfs-tools, + vim-tiny, + dosfstools, + mtools, + erofs-utils, + libdw-dev, + libelf-dev, + dbus-user-session, + libtss2-dev, + libfido2-dev, + libqrencode-dev, + libp11-kit-dev, + libssl-dev, + python3-pexpect, + screen, + swtpm, + tpm2-tools, + openssl, + bsdutils, + knot, + knot-dnssecutils | knot-dnsutils, + bind9-dnsutils, + bind9-host, + nftables, + jq, + psmisc, + xkb-data, + locales, + locales-all, + stress, + curl, + tzdata-legacy | tzdata (<< 2024a-1), + python3-pefile, + nvme-cli, + mdadm, + lvm2, + btrfs-progs, + multipath-tools, + kpartx, + gnutls-bin, + opensc, + softhsm2, + openssh-client, + openssh-server, +Restrictions: needs-root, allow-stderr, isolation-machine + +Tests: boot-smoke +Depends: systemd-sysv, + network-manager, + gdm3 [!s390x], + xserver-xorg-video-dummy, +Restrictions: needs-root, isolation-container, allow-stderr, breaks-testbed + +Tests: build-with-static-libsystemd +Depends: systemd, + pkg-config, + build-essential, + libsystemd-dev, + libcap-dev, |