test-connman: Remove unsupported passphrase support
[platform/upstream/connman.git] / test / set-address
index 4933c60..9201678 100755 (executable)
@@ -9,14 +9,14 @@ if (len(sys.argv) < 3):
 
 bus = dbus.SystemBus()
 
-manager = dbus.Interface(bus.get_object('org.moblin.connman', "/"),
-                                       'org.moblin.connman.Manager')
+manager = dbus.Interface(bus.get_object('net.connman', "/"),
+                                       'net.connman.Manager')
 
 properties = manager.GetProperties()
 
 for path in properties["Services"]:
-       service = dbus.Interface(bus.get_object('org.moblin.connman', path),
-                                               'org.moblin.connman.Service')
+       service = dbus.Interface(bus.get_object('net.connman', path),
+                                               'net.connman.Service')
 
        properties = service.GetProperties()