summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@intel.com>2012-09-25 19:17:00 +0300
committerJohan Hedberg <johan.hedberg@intel.com>2012-09-25 19:17:00 +0300
commit3278dc2e66523a1fede1f5f2c4ed66fb6ef9e69d (patch)
treed2a44b3c32f36e1be686b7af60fe2f4229b2a2ca /test
parente39e4ca5058d9a0aa45ace39a68705344f487c8d (diff)
test: Add some more options to test-profile registration
Diffstat (limited to 'test')
-rwxr-xr-xtest/test-profile5
1 files changed, 4 insertions, 1 deletions
diff --git a/test/test-profile b/test/test-profile
index 455ef09f..fcb0d842 100755
--- a/test/test-profile
+++ b/test/test-profile
@@ -44,7 +44,10 @@ if __name__ == '__main__':
mainloop = GObject.MainLoop()
- opts = { "Role" : "client" }
+ opts = { "Role" : "client",
+ "Name" : "Serial Port Profile Client",
+ "AutoConnect" : False,
+ }
manager.RegisterProfile(options.path, options.uuid, opts)