From: Dan Streetman Date: Tue, 26 Nov 2019 20:36:53 +0000 (-0500) Subject: test-network: disable restart limiting for networkd X-Git-Tag: v245-rc1~269^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3e82152543597a6e7d5f2243bf57e64bdb1fc88a;p=thirdparty%2Fsystemd.git test-network: disable restart limiting for networkd Some of the tests restart networkd rapidly, so restart limiting must be disabled to avoid start ratelimiting from causing test failures. --- diff --git a/test/test-network/systemd-networkd-tests.py b/test/test-network/systemd-networkd-tests.py index 4556cb36ce0..e63cca50f29 100755 --- a/test/test-network/systemd-networkd-tests.py +++ b/test/test-network/systemd-networkd-tests.py @@ -142,6 +142,8 @@ def setUpModule(): running_units.append(u) drop_in = [ + '[Unit]', + 'StartLimitIntervalSec=0', '[Service]', 'Restart=no', 'ExecStart=',