Skip to content
Snippets Groups Projects
Commit cdb63a3f authored by Dylan Aïssi's avatar Dylan Aïssi
Browse files

hmi-audio-combined: Improve Pre-conditions of the test


Actually, installing Flatpak Apps is not really part of the test,
but more a pre-condition of the test.

Moreover, the Apertis repository and org.apertis.hmi.totem
are not installed by default on SDK images.

Signed-off-by: default avatarDylan Aïssi <dylan.aissi@collabora.com>
parent 08f21cce
No related branches found
No related tags found
1 merge request!653hmi-audio-combined: Improve Pre-conditions of the test
Pipeline #755413 passed
......@@ -22,14 +22,18 @@ metadata:
- $ pactl set-sink-port alsa_output.platform-sound.stereo-fallback analog-output-headphones
- "After reboot ensure that headphones will not be muted:"
- $ pactl set-sink-mute alsa_output.platform-sound.stereo-fallback false
- "Add the Flathub repository (only needed on SDK images)"
- $ flatpak remote-add --user --no-sign-verify --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
- "Install Rhythmbox from Flathub (only needed on SDK images)"
- $ flatpak install --user flathub org.gnome.Rhythmbox3
- "Add the Apertis repository (only needed on SDK images)"
- $ sudo flatpak remote-add apertis https://images.apertis.org/flatpak/repo/apertis.flatpakrepo
- "Install Videos Application from Apertis (only needed on SDK images)"
- $ sudo flatpak install apertis org.apertis.hmi.totem
expected:
- "Audio files play without any glitch and can be paused"
run:
steps:
- "Add the Flathub repository (only needed on SDK images)"
- $ flatpak remote-add --user --no-sign-verify --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
- "Install Rhythmbox from Flathub (only needed on SDK images)"
- $ flatpak install --user flathub org.gnome.Rhythmbox3
- "Open the Rhythmbox Music Application"
- $ flatpak run org.gnome.Rhythmbox3
- "Play and Pause any song"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment