From 55944e5e40b1be2afc4855d8d2baf4b73d1876b5 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 10 Apr 2024 22:49:52 +0200 Subject: Adding upstream version 255.4. Signed-off-by: Daniel Baumann --- test/TEST-07-PID1/Makefile | 1 + test/TEST-07-PID1/test.sh | 42 ++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 43 insertions(+) create mode 120000 test/TEST-07-PID1/Makefile create mode 100755 test/TEST-07-PID1/test.sh (limited to 'test/TEST-07-PID1') diff --git a/test/TEST-07-PID1/Makefile b/test/TEST-07-PID1/Makefile new file mode 120000 index 0000000..e9f93b1 --- /dev/null +++ b/test/TEST-07-PID1/Makefile @@ -0,0 +1 @@ +../TEST-01-BASIC/Makefile \ No newline at end of file diff --git a/test/TEST-07-PID1/test.sh b/test/TEST-07-PID1/test.sh new file mode 100755 index 0000000..cc8a81f --- /dev/null +++ b/test/TEST-07-PID1/test.sh @@ -0,0 +1,42 @@ +#!/usr/bin/env bash +# SPDX-License-Identifier: LGPL-2.1-or-later +set -e + +TEST_DESCRIPTION="Tests for core PID1 functionality" + +# for testing PrivateNetwork=yes +NSPAWN_ARGUMENTS="--capability=CAP_NET_ADMIN" + +# shellcheck source=test/test-functions +. "${TEST_BASE_DIR:?}/test-functions" + +test_append_files() { + local workspace="${1:?}" + + # We might not be fast enough to hit the limit (20 triggers per 2 secs) + # in certain environments, i.e. when running without KVM or when collecting + # coverage. Let's help it a bit in such case. + if ! get_bool "$QEMU_KVM" || get_bool "$IS_BUILT_WITH_COVERAGE"; then + mkdir -p "$workspace/etc/systemd/system/issue2467.socket.d" + printf "[Socket]\nTriggerLimitIntervalSec=10\n" >"$workspace/etc/systemd/system/issue2467.socket.d/TriggerLimitInterval.conf" + fi + + # Issue: https://github.com/systemd/systemd/issues/2730 + mkdir -p "$workspace/etc/systemd/system/" + cat >"$workspace/etc/systemd/system/issue2730.mount" <