1
1
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:
Dan Streetman 2020-07-08 16:13:14 -04:00
parent 24e2494407
commit 4e3376d43a

View File

@ -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')