Skip to content

Commit

Permalink
test:integration: avoid verbose NM warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
slyon committed Jun 20, 2024
1 parent 1749862 commit b973028
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/integration/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -416,6 +416,7 @@ def wait_output(self, cmd, expected_output, timeout=10):
self.fail('timed out waiting for "{}" to appear in {}'.format(expected_output, cmd))

def nm_wait_connected(self, iface, timeout=10):
subprocess.call(['nm-online', '-sq'])
self.wait_output(['nmcli', 'dev', 'show', iface], '(connected', timeout)

def networkd_wait_connected(self, iface, timeout=10):
Expand Down

0 comments on commit b973028

Please sign in to comment.