From: Yu Watanabe Date: Thu, 26 Oct 2023 03:26:15 +0000 (+0900) Subject: test-network: suppress too much outputs of state file X-Git-Tag: v255-rc1~132^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F29718%2Fhead;p=thirdparty%2Fsystemd.git test-network: suppress too much outputs of state file Follow-up for 0f9efffaeb84964a3ab0f32271fba38f3bee2394. --- diff --git a/test/test-network/systemd-networkd-tests.py b/test/test-network/systemd-networkd-tests.py index 58c289748db..f4c8a627683 100755 --- a/test/test-network/systemd-networkd-tests.py +++ b/test/test-network/systemd-networkd-tests.py @@ -5126,7 +5126,6 @@ class NetworkdDHCPClientTests(unittest.TestCase, Utilities): # Let's wait for the expected DNS server being listed in the state file. for _ in range(100): output = read_link_state_file('veth99') - print(output) if 'DNS=2600::ee' in output: break time.sleep(.2)