dhcp: Cancel old renewal timeout prior to adding a new one
[framework/connectivity/connman.git] / test / monitor-services
index 2f81c71..cbae377 100755 (executable)
@@ -35,7 +35,8 @@ def property_changed(name, value, path):
                        "Proxy", "Proxy.Configuration", "Ethernet"]:
                val = extract_values(value)
        elif name in ["Nameservers", "Nameservers.Configuration",
-                                       "Domains", "Domains.Configuration"]:
+                                       "Domains", "Domains.Configuration"
+                                               "Security"]:
                val = extract_list(value)
        elif name in ["Strength", "Priority"]:
                val = int(value)
@@ -49,8 +50,8 @@ if __name__ == '__main__':
        bus = dbus.SystemBus()
 
        bus.add_signal_receiver(property_changed,
-                               bus_name="org.moblin.connman",
-                               dbus_interface="org.moblin.connman.Service",
+                               bus_name="net.connman",
+                               dbus_interface="net.connman.Service",
                                signal_name = "PropertyChanged",
                                path_keyword="path")