test: add StationDiagnostic interface to monitor-iwd

This commit is contained in:
James Prestwood 2021-01-20 10:30:36 -08:00 committed by Denis Kenzior
parent 0ba811df3c
commit 11ff9adba1
1 changed files with 2 additions and 1 deletions

View File

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