diff options
author | Alok Barsode <alok.barsode@linux.intel.com> | 2011-08-24 16:44:24 +0300 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2011-08-25 11:14:24 +0200 |
commit | f8ef8b2a7f7ef1bd9e26df6cfb19a838e6b10b17 (patch) | |
tree | 84971dab0403d04ca2445d538a59e33e36f7a98b /test/set-ipv6-method | |
parent | f988a23814bd55184ceea65f35a06bbdba687ada (diff) | |
download | connman-f8ef8b2a7f7ef1bd9e26df6cfb19a838e6b10b17.tar.gz connman-f8ef8b2a7f7ef1bd9e26df6cfb19a838e6b10b17.tar.bz2 connman-f8ef8b2a7f7ef1bd9e26df6cfb19a838e6b10b17.zip |
test: Change path for services
Since profile support was removed, the service path changes from
/profile/default to /net/connman/service/.
Diffstat (limited to 'test/set-ipv6-method')
-rwxr-xr-x | test/set-ipv6-method | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/set-ipv6-method b/test/set-ipv6-method index c0b251ef..7f60b88a 100755 --- a/test/set-ipv6-method +++ b/test/set-ipv6-method @@ -11,7 +11,7 @@ if (len(sys.argv) < 3): sys.exit(1) bus = dbus.SystemBus() -path = "/profile/default/" + sys.argv[1] +path = "/net/connman/service/" + sys.argv[1] service = dbus.Interface(bus.get_object('net.connman', path), 'net.connman.Service') |