mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-25 01:19:23 +01:00
test: Update simple-agent to new dbus paths
This commit is contained in:
parent
785fd8c6eb
commit
45d5b5e475
@ -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))
|
||||
|
Loading…
Reference in New Issue
Block a user