]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
test-network: suppress too much outputs of state file 29718/head
authorYu Watanabe <watanabe.yu+github@gmail.com>
Thu, 26 Oct 2023 03:26:15 +0000 (12:26 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Thu, 26 Oct 2023 03:26:19 +0000 (12:26 +0900)
Follow-up for 0f9efffaeb84964a3ab0f32271fba38f3bee2394.

test/test-network/systemd-networkd-tests.py

index 58c289748db71ad4a96808f7e06cbbb6cfc6d954..f4c8a6276834974c6646396d12855953ad51ae86 100755 (executable)
@@ -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)