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
1 changed files with 0 additions and 1 deletions

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