~saiarcot895/ubuntu/utopic/qtconnectivity-opensource-src/enable-bluetooth

« back to all changes in this revision

Viewing changes to tests/auto/qbluetoothsocket/README.txt

  • Committer: Package Import Robot
  • Author(s): Timo Jyrinki
  • Date: 2013-08-20 08:46:41 UTC
  • Revision ID: package-import@ubuntu.com-20130820084641-09v00451dpna7ydk
Tags: upstream-5.0~git20130802
ImportĀ upstreamĀ versionĀ 5.0~git20130802

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
This test requires btclient to running on a linux machine, and for it to
 
3
be discoverable and connectable to the device under test.
 
4
 
 
5
btclient is available in tests/btclient.  It requires a linux machine
 
6
with bluez 4 installed.  It does not depend on Qt.
 
7
 
 
8
The unit test attempts to use service discovery to locate btclient. For quick
 
9
testing this can be time consuming. It will also check the environment variable
 
10
TESTSERVER for the mac address bluetooth adaptor of the system running
 
11
btclient. You can use hciconfig on the linux system to find it's mac address.
 
12
If TESTSERVER is set and btclient is not running the test will fail.
 
13
 
 
14