No edit summary |
(Change according to the review.) |
||
Line 19: | Line 19: | ||
<li><p>Check that PipeWire is working and that basic information about the ''PipeWire'' sessions can be obtained.</p> | <li><p>Check that PipeWire is working and that basic information about the ''PipeWire'' sessions can be obtained.</p> | ||
<p><code>$ pw-dump 0</code></p></li> | <p><code>$ pw-dump 0</code></p></li> | ||
<li><p>Check that the '''PipeWire PulseAudio''' sound server is working and basic information about its status can be obtained | <li><p>Check that the '''PipeWire PulseAudio''' sound server is working and basic information about its status can be obtained: </p> | ||
<p><code>$ pactl info</code></p></li> | <p><code>$ pactl info</code></p> | ||
<li><p>List all audio and video device known to the system | <p>especially check that the server name is <code>PulseAudio (on PipeWire <version_number>)</code>.</p></li> | ||
<li><p>List all audio and video device known to the system and check that your devices are listed in the output.</p> | |||
<p><code>$ pactl list</code></p></li></ol> | <p><code>$ pactl list</code></p></li></ol> | ||
== Expected results == | == Expected results == | ||
# The | # The required services must be installed and running by default without any user interaction. | ||
# The <code> | # The <code>pw-dump</code> command works and shows basic info. | ||
# The <code> | # The <code>pactl</code> command works and shows information and settings about the currently running session. | ||
Revision as of 16:07, 15 February 2021
PipeWire default
This test case tests that PipeWire is installed and running in the default installation.
Setup
- This test case can be performed on bare machines.
- The computer must be equipped with a sound device.
- Install a desktop version of Fedora 34 (or later).
- Boot the system and log in as a regular user.
How to test
Check that PipeWire
systemd
service is active.$ systemctl --user status pipewire
Check that PipeWire PulseAudio
systemd
service is active.$ systemctl --user status pipewire-pulse
Check that PipeWire is working and that basic information about the PipeWire sessions can be obtained.
$ pw-dump 0
Check that the PipeWire PulseAudio sound server is working and basic information about its status can be obtained:
$ pactl info
especially check that the server name is
PulseAudio (on PipeWire <version_number>)
.List all audio and video device known to the system and check that your devices are listed in the output.
$ pactl list
Expected results
- The required services must be installed and running by default without any user interaction.
- The
pw-dump
command works and shows basic info. - The
pactl
command works and shows information and settings about the currently running session.