mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-07 21:50:18 +01:00
client/tests: check output of plain nmcli in "test-client.py"
This commit is contained in:
parent
0363d746ac
commit
56707a09ae
3 changed files with 5934 additions and 5774 deletions
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
|
|
@ -1367,6 +1367,8 @@ class TestNmcli(NmTestBase):
|
|||
dbus.UInt32(NM.ActiveConnectionState.DEACTIVATING),
|
||||
)
|
||||
|
||||
self.call_nmcli_l([], replace_stdout=replace_uuids)
|
||||
|
||||
for i in [0, 1]:
|
||||
if i == 1:
|
||||
self.async_wait()
|
||||
|
|
@ -1498,6 +1500,8 @@ class TestNmcli(NmTestBase):
|
|||
[c[1] for c in self.srv.findConnections()], replace_uuids
|
||||
)
|
||||
|
||||
self.call_nmcli_l([], replace_stdout=replace_uuids)
|
||||
|
||||
for mode in Util.iter_nmcli_output_modes():
|
||||
|
||||
self.call_nmcli_l(
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue