test: Add additional interfaces to monitor-iwd

This commit is contained in:
Denis Kenzior 2018-08-19 22:06:32 -05:00
parent 3628003296
commit b2045a309b
1 changed files with 5 additions and 1 deletions

View File

@ -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():