From: Yu Watanabe Date: Fri, 22 Jul 2022 01:35:58 +0000 (+0900) Subject: test-network: drop unnecessary call of systemctl X-Git-Tag: v252-rc1~605^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F24073%2Fhead;p=thirdparty%2Fsystemd.git test-network: drop unnecessary call of systemctl As the units are not started at that stage. --- diff --git a/test/test-network/systemd-networkd-tests.py b/test/test-network/systemd-networkd-tests.py index cb590af3d29..df8267c62c3 100755 --- a/test/test-network/systemd-networkd-tests.py +++ b/test/test-network/systemd-networkd-tests.py @@ -3129,9 +3129,6 @@ class NetworkdNetworkTests(unittest.TestCase, Utilities): self.assertRegex(output, 'Search Domains: one') def test_keep_configuration_static(self): - check_output('systemctl stop systemd-networkd.socket') - check_output('systemctl stop systemd-networkd.service') - check_output('ip link add name dummy98 type dummy') check_output('ip address add 10.1.2.3/16 dev dummy98') check_output('ip address add 10.2.3.4/16 dev dummy98 valid_lft 600 preferred_lft 500')