Luiz Augusto von Dentz
b4f482375a
tools: Fix map-client to use new print syntax
...
print now requires () on newer python:
File "./map-client", line 101
print err
^
2013-01-14 17:42:06 +02:00
Luiz Augusto von Dentz
7b57d92c6b
test: Update test-player to register using MPRIS interface
2013-01-10 16:36:02 +02:00
Luiz Augusto von Dentz
8a6a963d3e
test: Adapt simple-player to the new API of MediaPlayer1
2013-01-10 16:36:01 +02:00
Johan Hedberg
af8df0a28d
test: Update test-adapter to deal with the new Alias property
2013-01-04 14:39:16 +02:00
Luiz Augusto von Dentz
c7ea48bd52
test: Make OBEX related scripts python 3 compatible
2012-12-21 23:26:11 +02:00
Luiz Augusto von Dentz
20baf80f00
test: Port simple-obex-agent to the new API
2012-12-21 23:25:24 +02:00
Marcel Holtmann
8b9083836d
test: Handle IO exceptions from PBAP client
2012-12-21 19:05:33 +01:00
Luiz Augusto von Dentz
da068075ce
obexd: Rename Progress property to Transferred
2012-12-21 14:53:42 +02:00
Luiz Augusto von Dentz
3f8a7724e8
test: Update map-client to use the new interfaces
2012-12-21 12:04:10 +02:00
Luiz Augusto von Dentz
941595fabd
test: Update pbap-client to use the new interfaces
2012-12-21 12:04:10 +02:00
Luiz Augusto von Dentz
507a1d4322
test: Update ftp-client to use the new interfaces
2012-12-21 12:04:10 +02:00
Luiz Augusto von Dentz
6022cbc431
test: Update opp-client to use the new interfaces
2012-12-21 12:04:10 +02:00
Luiz Augusto von Dentz
3d49a88306
test: Update simple-obex-agent to use the new interface names
2012-12-21 11:59:40 +02:00
Johan Hedberg
c78791b8fe
test: Make it possible to call test-network with a "connect" parameter
2012-12-21 10:31:01 +02:00
Johan Hedberg
c85791d312
test: Fix test-network logging after a successful connection
2012-12-21 10:11:24 +02:00
Johan Hedberg
dab3eafc0e
Revert "build: Remove test-network"
...
This reverts commit 9efcb970ce
.
Conflicts:
Makefile.tools
2012-12-21 09:49:12 +02:00
Johan Hedberg
98b4797764
health: Use lower-case strings for enum values (for consistency)
2012-12-21 00:18:18 +02:00
Marcel Holtmann
aa2cd043ed
test: Remove no longer test-service script
2012-12-20 03:27:44 +01:00
Marcel Holtmann
2935c04e3d
build: Remove support for external OOB plugin
2012-12-20 00:23:53 +01:00
Johan Hedberg
43af5ef5a3
test: Remove non-exitent items from test-device help text
2012-12-20 00:34:38 +02:00
Johan Hedberg
6cd899c172
test: Remove non-existent features from test-device
2012-12-20 00:10:45 +02:00
Johan Hedberg
bec7ef3c3c
test: Update test-discovery to cope with removed DevicesFound signal
...
This patch updates test-discovery to reply only on ObjectManager and
standard D-Bus properties signals for device discovery.
2012-12-19 11:23:39 +02:00
Johan Hedberg
50383bf5b3
test: Fix obexd object path in test scripts
2012-12-19 09:42:45 +02:00
Marcel Holtmann
1bbe30a9af
test: Update to new org.bluez.obex service name
2012-12-18 21:25:56 +01:00
Johan Hedberg
1b1c92ddad
test: Update simple-agent to match latest agent API
2012-12-18 17:16:55 +02:00
João Paulo Rechi Vita
7d93368c38
test: Update simple-agent to new API
...
The method org.bluez.Device.Pair() doesn't have arguments anymore. This
commit fixes the following error:
$ test/simple-agent hci0 4C:B1:99:F1:BC:E9
Agent registered
ERROR:dbus.connection:Unable to set arguments (u'/test/agent', u'Keybo
ardDisplay') according to signature '': <type 'exceptions.TypeError'>:
Fewer items found in D-Bus signature than in Python arguments
Traceback (most recent call last):
File "/usr/lib/python2.7/site-packages/dbus/connection.py", line 586
, in msg_reply_handler
reply_handler(*message.get_args_list(**get_args_opts))
File "/usr/lib/python2.7/site-packages/dbus/proxies.py", line 391, i
n _introspect_reply_handler
self._introspect_execute_queue()
File "/usr/lib/python2.7/site-packages/dbus/proxies.py", line 378, i
n _introspect_execute_queue
proxy_method(*args, **keywords)
File "/usr/lib/python2.7/site-packages/dbus/proxies.py", line 132, i
n __call__
**keywords)
File "/usr/lib/python2.7/site-packages/dbus/connection.py", line 566
, in call_async
message.append(signature=signature, *args)
TypeError: Fewer items found in D-Bus signature than in Python argumen
ts
2012-12-18 00:22:26 +01:00
Luiz Augusto von Dentz
3a9d39d879
test: Fix pbap-client to handle PullAll reply properly
...
PullAll reply consist in 2 parameters, the transfer object followed by
its properties not a structure containing both.
2012-12-17 16:32:02 +02:00
Johan Hedberg
1c698db14c
test: Make simple-agent accept BlueZ 4 style invocation
2012-12-17 15:02:05 +02:00
Johan Hedberg
46ab65b9f1
test: Update simple-agent to use AgentManager1.RequestDefault
2012-12-17 14:26:10 +02:00
Johan Hedberg
d1711f9000
test: Remove non-existent agent callback from simple-agent
2012-12-17 13:57:44 +02:00
Johan Hedberg
b0342b5093
test: Update simple-agent to match AgentManager1 interface
2012-12-17 13:26:17 +02:00
Luiz Augusto von Dentz
9f4d7d9ac3
test: Update map-client to use D-Bus properties interface
2012-12-16 13:26:03 +02:00
Luiz Augusto von Dentz
4750e35620
proximity: Append version to Proximity interfaces
2012-12-14 11:24:28 +02:00
Luiz Augusto von Dentz
643ad03cf2
dbusoob: Append version to OutOfBand interface
2012-12-14 11:24:26 +02:00
Luiz Augusto von Dentz
28eede5b22
health: Append version to Health interfaces
2012-12-14 11:24:24 +02:00
Luiz Augusto von Dentz
c5b2e6b072
core: Append version to Agent interface
2012-12-14 11:24:23 +02:00
Luiz Augusto von Dentz
50532b5783
alert: Append version to Alert interfaces
2012-12-14 11:24:21 +02:00
Luiz Augusto von Dentz
ce25879be4
thermometer: Append version to Thermometer interfaces
2012-12-14 11:24:19 +02:00
Luiz Augusto von Dentz
942fe3bb79
cyclingspeed: Append version to CyclingSpeed interfaces
2012-12-14 11:24:18 +02:00
Luiz Augusto von Dentz
b6cab17f19
heartrate: Append version to HeartRate interfaces
2012-12-14 11:24:16 +02:00
Johan Hedberg
076d3dbc6c
core: Remove attribute client API
...
There will be a more comprehensive API coming soon and we don't want to
have this one around for 5.0 since it'd immediately have to be
deprecated.
2012-12-13 14:12:47 +02:00
Marcel Holtmann
f0830d180a
test: Remove outdated agent and gaptest utilities
2012-12-10 23:39:26 +01:00
Marcel Holtmann
f37facb3bd
test: Add test scripts from obexd repository
2012-12-10 23:01:18 +01:00
Marcel Holtmann
ffb795a2e7
test: Move mpris-player utility into tools directory
2012-12-09 20:58:24 +01:00
Marcel Holtmann
9f16982880
test: Move btiotest utility into tools directory
2012-12-09 20:54:33 +01:00
Marcel Holtmann
a18bd79ae1
test: Move bdaddr utility into tools directory
2012-12-09 20:47:10 +01:00
Marcel Holtmann
d6ed61a54c
test: Remove deprecated hciemu utility
2012-12-09 14:52:45 +01:00
Marcel Holtmann
14f601a805
test: Remove unused lmptest utility
2012-12-09 14:50:32 +01:00
Marcel Holtmann
f517557f57
test: Remove unused sdptest utility
2012-12-09 14:48:48 +01:00
Marcel Holtmann
ab5bedd35e
test: Move scotest utility into tools directory
2012-12-09 14:47:43 +01:00