From 7321705e90d95bbdc95269e12306908a555ab84d Mon Sep 17 00:00:00 2001 From: James Prestwood Date: Thu, 12 Aug 2021 12:07:23 -0700 Subject: [PATCH] test: update force-roam to use Debug interface --- test/force-roam | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/force-roam b/test/force-roam index b590c84a..b45ad2e6 100755 --- a/test/force-roam +++ b/test/force-roam @@ -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(':', '')