From 45d5b5e47552b483a40baa4e5f42b778f296271b Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Mon, 28 Oct 2019 21:15:07 -0500 Subject: [PATCH] test: Update simple-agent to new dbus paths --- test/simple-agent | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/simple-agent b/test/simple-agent index 17715815..79cee021 100755 --- a/test/simple-agent +++ b/test/simple-agent @@ -54,7 +54,8 @@ if __name__ == '__main__': dbus.mainloop.glib.DBusGMainLoop(set_as_default=True) bus = dbus.SystemBus() - manager = dbus.Interface(bus.get_object('net.connman.iwd', "/"), + manager = dbus.Interface(bus.get_object('net.connman.iwd', + '/net/connman/iwd'), 'net.connman.iwd.AgentManager') path = "/test/agent/" + str(randrange(100))