test: add AccessPointDiagnostics to monitor-iwd

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

View File

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