From 4a5785a8597b97957da2d8ea62e029f3da487ef8 Mon Sep 17 00:00:00 2001 From: Laszlo Gombos Date: Wed, 19 Oct 2022 16:27:25 +0000 Subject: [PATCH] test(ISCSI-NM): fix failing test server fails to startup with /sbin/sysctl: not found --- test/TEST-30-ISCSI/test.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/test/TEST-30-ISCSI/test.sh b/test/TEST-30-ISCSI/test.sh index 226d0f17b..07d8016d7 100755 --- a/test/TEST-30-ISCSI/test.sh +++ b/test/TEST-30-ISCSI/test.sh @@ -329,6 +329,7 @@ test_setup() { rm "$initdir"/etc/systemd/network/01-client.link inst_simple ./server.link /etc/systemd/network/01-server.link inst_hook pre-mount 99 ./wait-if-server.sh + inst_multiple sysctl ) # Make server's dracut image "$basedir"/dracut.sh -l -i "$TESTDIR"/overlay / \ -- 2.47.3