From b2045a309b15e64b675413a0c16b4f1e99d48cf0 Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Sun, 19 Aug 2018 22:06:32 -0500 Subject: [PATCH] test: Add additional interfaces to monitor-iwd --- test/monitor-iwd | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/test/monitor-iwd b/test/monitor-iwd index 4771f50b..2bff1f01 100755 --- a/test/monitor-iwd +++ b/test/monitor-iwd @@ -60,7 +60,11 @@ def properties_changed(interface, changed, invalidated, path): relevant_ifaces = [ "net.connman.iwd.Device", "net.connman.iwd.Adapter", "net.connman.iwd.WiFiSimpleConfiguration", - "net.connman.iwd.Network" ] + "net.connman.iwd.AccessPoint", + "net.connman.iwd.AdHoc", + "net.connman.iwd.Network", + "net.connman.iwd.AgentManager", + "net.connman.iwd.KnownNetwork" ] def interfaces_added(path, interfaces): for iface, props in interfaces.items():