mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-02-02 09:47:03 +03:00
test-network: don't print networkctl output for passing subtests
This just clutters up the logs.
This commit is contained in:
parent
24e2494407
commit
4e3376d43a
@ -2915,7 +2915,6 @@ class NetworkdBridgeTests(unittest.TestCase, Utilities):
|
||||
self.check_link_attr('bridge99', 'carrier', '0')
|
||||
|
||||
output = check_output(*networkctl_cmd, '-n', '0', 'status', 'bridge99', env=env)
|
||||
print(output)
|
||||
self.assertRegex(output, '10.1.2.3')
|
||||
self.assertRegex(output, '10.1.2.1')
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user