test: Add Station interface to monitor-iwd

This commit is contained in:
Denis Kenzior 2018-09-04 22:58:55 -05:00
parent cdfcb902e4
commit df448dde6f
1 changed files with 2 additions and 1 deletions

View File

@ -64,7 +64,8 @@ relevant_ifaces = [ "net.connman.iwd.Device",
"net.connman.iwd.AdHoc",
"net.connman.iwd.Network",
"net.connman.iwd.AgentManager",
"net.connman.iwd.KnownNetwork" ]
"net.connman.iwd.KnownNetwork",
"net.connman.iwd.Station" ]
def interfaces_added(path, interfaces):
for iface, props in interfaces.items():