From 94ccd7a198cdf1de91fc2080382509654e4fe605 Mon Sep 17 00:00:00 2001 From: Samuel Ortiz Date: Wed, 23 Mar 2011 12:04:14 +0100 Subject: service: Send D-Bus reply for Manager.ConnectService when service is ready The D-Bus reply for Manager.ConnectService is currently immediatly returning the service path. It should still return it, but only after the service is ready or failed to connect. Fixes BMC#14798 Fixes BMC#14808 --- test/connect-service | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'test') diff --git a/test/connect-service b/test/connect-service index 2d88cb59..86216020 100755 --- a/test/connect-service +++ b/test/connect-service @@ -27,5 +27,6 @@ else: path = manager.ConnectService(({ "Type": "wifi", "Mode": "managed", "SSID": sys.argv[1], "Security": security, - "Passphrase": passphrase })); + "Passphrase": passphrase }), + timeout=60000); print "Service path is %s" %(path) -- cgit v1.2.3