3
0
mirror of https://git.kernel.org/pub/scm/network/wireless/iwd.git synced 2024-11-25 01:19:23 +01:00

tests: Update the disconnect-network script

This commit is contained in:
Andrew Zaborowski 2018-09-22 18:48:27 +02:00 committed by Denis Kenzior
parent ab6160b017
commit 175fd00c6b

View File

@ -10,5 +10,5 @@ if (len(sys.argv) != 2):
bus = dbus.SystemBus() bus = dbus.SystemBus()
device = dbus.Interface(bus.get_object("net.connman.iwd", sys.argv[1]), device = dbus.Interface(bus.get_object("net.connman.iwd", sys.argv[1]),
"net.connman.iwd.Device") "net.connman.iwd.Station")
device.Disconnect() device.Disconnect()