summaryrefslogtreecommitdiff
path: root/test/test-sap-server
Commit message (Collapse)AuthorAgeFilesLines
* test: Pass remote address and port number to test-sap-serverSzymon Janc2012-07-021-2/+13
| | | | | This allows to pass remote SAP server address and optional port number. Also exit script error if not able to connect SAP client to server.
* test: Fix test-sap-server import issueSzymon Janc2012-07-021-1/+1
| | | | | | | | | | sap-client is a helper library and needs to be suffixed with .py for test-sap-server to be able to import it. $ ./test-sap-server Traceback (most recent call last): File "./test-sap-server", line 3, in <module> from sap import *
* Update tests to be compatible with gi and python3Steve Langasek2012-06-151-31/+33
| | | | | | | | | 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.
* Sim Access Profile test scriptsWaldemar Rymarkiewicz2011-03-251-0/+138
Add simple SAP client python implementation and a test script. To run test-sap-server you need Python 2.6 or newer (tested with 2.6 only) and PyBluez package installed.