Commit Graph

5 Commits

Author SHA1 Message Date
Mikel Astiz
90e7850d95 test: Avoid using DefaultAdapter()
Call the utility library -which uses ObjectManager API- to avoid using
Manager.FindAdapter() and Manager.DefaultAdapter().
2012-12-05 16:39:34 +02:00
Steve Langasek
ee56337e41 Update tests to be compatible with gi and python3
This patch makes the python tests source-compatible with python 3, while
leaving the interpreter at python 2 for now.

The tradeoff is that this source is no longer compatible with python
versions < 2.6, and requires gobject-introspection for the glib-based
tests.
2012-06-15 12:32:50 +03:00
Bartlomiej Grzeskowiak
735eead7a3 Remove call to non-existing Adapter method call
Use Service.AddRecord() instead of Adapter.AddRecord().
2010-09-01 13:32:14 +03:00
Johan Hedberg
a90f0dfe8c Add support for multiple adapters to the test scripts
This patch adds support for specifying which adapter to use through
"-i hciX" (just like hcitool, etc).
2010-06-13 14:24:41 +03:00
Marcel Holtmann
330092231a Add new service test script and fix adapter script 2008-11-01 01:25:46 +01:00