Hi Jeff,

On Thu, 29 Mar 2012 09:15:06 +0800 Jeff Zheng <[email protected]> 
wrote:

> Could you also try:
>
> 1. Set autoconnect to true with connman test script:
>     test-connman autoconnect <service> true
> 2. Check if plug in/out cable works
> 3. Check reboot.

Unfortunately there's no Python installed on the system, but I could set
the AutoConnect attribute using the CHICKEN bindings. I hope that
doesn't interfere the tests you asked me to perform -- please let me
know if it does (I could confirm the changes using dbus-send).

Here are the scenario/steps:

1. The system is running with the network interface configured
   (AutoConnect = false)

2. Set AutoConnect = true.  I could confirm it was set to true by
   running:

   $ dbus-send --system \
               --type=method_call \
               --print-reply \
               --dest=net.connman \
               /net/connman/service/ethernet_0024ee0039c1_cable \
               net.connman.Service.GetProperties | \
               grep -A1 AutoConnect

         string "AutoConnect"
         variant             boolean true


3. Unplug the cable

4. Plug the cable

5. The network interface was not configured


I've also performed the reboot test and got the same behavior (after
rebooting, the network interface was not configured).


Best wishes.
Mario
-- 
http://parenteses.org/mario
_______________________________________________
connman mailing list
[email protected]
http://lists.connman.net/listinfo/connman

Reply via email to