diff options
author | Johan Hedberg <johan.hedberg@intel.com> | 2012-09-25 19:17:00 +0300 |
---|---|---|
committer | Johan Hedberg <johan.hedberg@intel.com> | 2012-09-25 19:17:00 +0300 |
commit | 3278dc2e66523a1fede1f5f2c4ed66fb6ef9e69d (patch) | |
tree | d2a44b3c32f36e1be686b7af60fe2f4229b2a2ca /test | |
parent | e39e4ca5058d9a0aa45ace39a68705344f487c8d (diff) |
test: Add some more options to test-profile registration
Diffstat (limited to 'test')
-rwxr-xr-x | test/test-profile | 5 |
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) |