This file is indexed.

/usr/share/checkbox/jobs/bluetooth.txt is in checkbox 0.13.7.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
plugin: shell
name: bluetooth/detect-output
requires:
 package.name == 'bluez'
 device.category == 'BLUETOOTH'
command: hcitool dev | tail -n+2 | awk '{print $2}' | tee $CHECKBOX_DATA/bluetooth_address
description:
 Automated test to store bluetooth device information in checkbox report

plugin: manual
name: bluetooth/browse-files
depends: bluetooth/detect-output
description:
 PURPOSE:
     This test will check that bluetooth connection works correctly
 STEPS:
     1. Enable bluetooth on any mobile device (PDA, smartphone, etc.)
     2. Click on the bluetooth icon in the menu bar
     3. Select 'Setup new device'
     4. Look for the device in the list and select it
     5. In the device write the PIN code automatically chosen by the wizard
     6. The device should pair with the computer
     7. Right-click on the bluetooth icon and select browse files
     8. Authorize the computer to browse the files in the device if needed
     9. You should be able to browse the files
 VERIFICATION:
     Did all the steps work?

plugin: manual
name: bluetooth/file-transfer
depends: bluetooth/browse-files bluetooth/detect-output
description:
 PURPOSE:
     This test will check that you can transfer information through a bluetooth connection
 STEPS:
     1. Make sure that you're able to browse the files in your mobile device
     2. Copy a file from the computer to the mobile device
     3. Copy a file from the mobile device to the computer
 VERIFICATION:
     Were all files copied correctly?

plugin: manual
name: bluetooth/audio
depends: bluetooth/detect-output
command: arecord -d 5 -D bluetooth -f S16_LE | aplay -D bluetooth -f S16_LE
description:
 PURPOSE:
     This test will check that you can record and hear audio using a bluetooth audio device
 STEPS:
     1. Enable the bluetooth headset
     2. Click on the bluetooth icon in the menu bar
     3. Select 'Setup new device'
     4. Look for the device in the list and select it
     5. In the device write the PIN code automatically chosen by the wizard
     6. The device should pair with the computer
     7. Click "Test" to record for five seconds and reproduce in the bluetooth device
 VERIFICATION:
     Did you hear the sound you recorded in the bluetooth

plugin: manual
name: bluetooth/keyboard
command: keyboard_test
depends: bluetooth/detect-output
description:
 PURPOSE:
     This test will check that you can use a bluetooth keyboard
 STEPS:
     1. Enable the bluetooth keyboard
     2. Click on the bluetooth icon in the menu bar
     3. Select 'Setup new device'
     4. Look for the device in the list and select it
     5. Click "Test"
     6. Enter some text
 VERIFICATION:
     Were you able to enter some text with the bluetooth keyboard?

plugin: manual
name: bluetooth/mouse
depends: bluetooth/detect-output
description:
 PURPOSE:
     This test will check that you can use a bluetooth mouse
 STEPS:
     1. Enable the bluetooth mouse
     2. Click on the bluetooth icon in the menu bar
     3. Select 'Setup new device'
     4. Look for the device in the list and select it
     5. Move the mouse around the screen
     6. Perform some single/double/right click operations
 VERIFICATION:
     Did the mouse work as expected?