test: update force-roam to use Debug interface

This commit is contained in:
James Prestwood 2021-08-12 12:07:23 -07:00 committed by Denis Kenzior
parent 77c4d311ff
commit 7321705e90
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ if (len(sys.argv) != 3):
bus = dbus.SystemBus()
device = dbus.Interface(bus.get_object("net.connman.iwd", sys.argv[1]),
"net.connman.iwd.StationDiagnostic")
"net.connman.iwd.StationDebug")
mac = sys.argv[2].replace(':', '')