summaryrefslogtreecommitdiffstats
path: root/debian/tests/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/tests/control')
-rw-r--r--debian/tests/control42
1 files changed, 26 insertions, 16 deletions
diff --git a/debian/tests/control b/debian/tests/control
index 141c0dc..857416d 100644
--- a/debian/tests/control
+++ b/debian/tests/control
@@ -131,6 +131,32 @@ Depends: systemd-tests,
tzdata-legacy | tzdata (<< 2024a-1),
Restrictions: needs-root, isolation-container, breaks-testbed
+Tests: boot-smoke
+Depends: systemd-sysv,
+ systemd-resolved,
+ network-manager,
+ gdm3 [!s390x !riscv64],
+ xserver-xorg-video-dummy,
+Restrictions: needs-root, isolation-container, allow-stderr, breaks-testbed
+
+Tests: build-with-static-libsystemd
+Depends: systemd,
+ systemd-resolved,
+ pkgconf,
+ build-essential,
+ libsystemd-dev,
+ libcap-dev,
+
+# Dummy test so that changes to key packages trigger our autopkgtests on ci.debian.net
+Features: test-name=hint-testsuite-triggers
+Test-Command: /bin/true
+Depends: linux-image-generic,
+ linux-image-amd64 [amd64],
+ linux-image-arm64 [arm64],
+ qemu-system-x86 [amd64],
+ ovmf [amd64],
+Restrictions: hint-testsuite-triggers
+
Tests: upstream
Depends: systemd (>= 254~),
systemd-container (>= 254~),
@@ -201,19 +227,3 @@ Depends: systemd (>= 254~),
uidmap,
jq,
Restrictions: needs-root, allow-stderr, isolation-machine, needs-internet, breaks-testbed
-
-Tests: boot-smoke
-Depends: systemd-sysv,
- systemd-resolved,
- network-manager,
- gdm3 [!s390x !riscv64],
- xserver-xorg-video-dummy,
-Restrictions: needs-root, isolation-container, allow-stderr, breaks-testbed
-
-Tests: build-with-static-libsystemd
-Depends: systemd,
- systemd-resolved,
- pkgconf,
- build-essential,
- libsystemd-dev,
- libcap-dev,