From Fedora Project Wiki

(Reduced two systemctl commands to one)
(drop a stray line from the test case template, add to a category)
 
Line 15: Line 15:
# Reboot system. Make sure device reconnects automatically.
# Reboot system. Make sure device reconnects automatically.
|results=
|results=
The following must be true to consider this a successful test run. Be brief ... but explicit.
# Headphones pair to the system and stay paired.
# Headphones pair to the system and stay paired.
# Audio playback is successful.
# Audio playback is successful.
Line 21: Line 20:
|optional=See the [[How_to_debug_Bluetooth_problems|Bluetooth debug guide]] for help if problems are encountered.
|optional=See the [[How_to_debug_Bluetooth_problems|Bluetooth debug guide]] for help if problems are encountered.
}}
}}
[[Category:Desktop_Acceptance_Test_Cases]]

Latest revision as of 01:07, 22 February 2024

Description

Test to make sure wireless Bluetooth headphones pair to the system, produce audio, and any special function buttons work as they should.

Setup

  1. Ensure host computer has Bluetooth capability.
  2. Verify under systemd bluetooth is 'Active' and 'enabled' systemctl status bluetooth
    1. If not, start and enable the bluetooth service systemctl enable --now bluetooth

How to test

  1. Pair device
  2. Newly paired bluetooth device should be the default audio source (Settings > Sound).
  3. If the device supports A2DP, A2DP Sink should be default (Settings > Sound).
  4. Run the audio test ("Test Speakers" in Settings > Sound).
  5. Test music playback.
  6. If the device has a mic, make sure the mic works in a VOIP/meeting app (ex. Bluejeans).
  7. Check any media buttons on the headset (play, pause, back, forward).
  8. Power cycle the headset. Make sure device reconnects automatically.
  9. Reboot system. Make sure device reconnects automatically.

Expected Results

  1. Headphones pair to the system and stay paired.
  2. Audio playback is successful.
  3. If the headphones have a mic or function buttons, these work.

Optional

See the Bluetooth debug guide for help if problems are encountered.