summaryrefslogtreecommitdiff
path: root/src/tests/client/test-client.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/tests/client/test-client.py')
-rwxr-xr-xsrc/tests/client/test-client.py5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/tests/client/test-client.py b/src/tests/client/test-client.py
index 4ee64ecb86..f018fbf34a 100755
--- a/src/tests/client/test-client.py
+++ b/src/tests/client/test-client.py
@@ -1913,11 +1913,8 @@ class TestNmcli(NmTestBase):
nmc = start_mon()
self.srv.shutdown()
self.srv = None
- nmc.expect("\(null\): device removed")
+ nmc.expect("eth0: device removed")
nmc.expect("con-1: connection profile removed")
- nmc.expect("Hostname set to '\(null\)'")
- nmc.expect("Networkmanager is now in the 'unknown' state")
- nmc.expect("Connectivity is now 'unknown'")
nmc.expect("NetworkManager is stopped")
end_mon(nmc)