diff --git a/test-cases/hmi-audio-combined.yaml b/test-cases/hmi-audio-combined.yaml index 1246f977152aca8cc80bdee5a791122c633d23ec..ea4f552054281305257341de1a97bf5036d8ab62 100644 --- a/test-cases/hmi-audio-combined.yaml +++ b/test-cases/hmi-audio-combined.yaml @@ -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"