]> git.ipfire.org Git - thirdparty/dracut-ng.git/commitdiff
ci: re-enable test 50
authorLaszlo Gombos <laszlo.gombos@gmail.com>
Thu, 4 Apr 2024 12:14:29 +0000 (08:14 -0400)
committerNeal Gompa (ニール・ゴンパ) <ngompa13@gmail.com>
Fri, 5 Apr 2024 16:15:19 +0000 (12:15 -0400)
.github/workflows/integration.yml
test/TEST-50-MULTINIC/test.sh

index 855c611111d180ce7343c86594ca62b40d3d98c8..724548d3e1b388f1a61499397457794cd4c6358b 100644 (file)
@@ -75,8 +75,8 @@ jobs:
                         "30",
                         "35",
                         "40",
+                        "50",
                         "60",
-                        # "50", # times out
                 ]
             fail-fast: false
         container:
index b5d3341fbbfd318debb4036196809a270d0ac9f1..385fa2e0ef502f153574a2df96ce6cb1921f4b61 100755 (executable)
@@ -78,7 +78,7 @@ client_test() {
         -device e1000,netdev=n1,mac=52:54:00:12:34:98 \
         -device e1000,netdev=n2,mac=52:54:00:12:34:99 \
         -device i6300esb -watchdog-action poweroff \
-        -append "quiet panic=1 oops=panic softlockup_panic=1 systemd.crash_reboot rd.shell=0 $cmdline $DEBUGFAIL rd.retry=5 ro console=ttyS0,115200n81 selinux=0 init=/sbin/init rd.debug systemd.log_target=console" \
+        -append "quiet panic=1 oops=panic softlockup_panic=1 systemd.crash_reboot rd.shell=0 $cmdline $DEBUGFAIL rd.retry=5 ro console=ttyS0,115200n81 selinux=0 init=/sbin/init systemd.log_target=console" \
         -initrd "$TESTDIR"/initramfs.testing || return 1
 
     {