diff --git a/test-cases/hmi-audio-detail-view.yaml b/test-cases/hmi-audio-detail-view.yaml new file mode 100644 index 0000000000000000000000000000000000000000..949effa97ab01670df1caf892dc96577aee93c81 --- /dev/null +++ b/test-cases/hmi-audio-detail-view.yaml @@ -0,0 +1,24 @@ +metadata: + name: hmi-audio-detail-view + format: "Apertis Test Definition 1.0" + image-types: + target: [armhf, amd64 ] + sdk: [ amd64 ] + image-deployment: + - APT + - OSTree + type: compatibility + exec-type: manual + priority: medium + maintainer: "Apertis Project" + description: "Test that the songs play in detail view" + pre-conditions: + - "The respective target (i.MX6 or Minnowboard) should be on and running" + - "Lilluput/LVDS touch screens must be connected to the respective targets" + expected: + - "Transition to detail view should happen and the first track of an album which is in focus should start playing" +run: + steps: + - "Open Music Application" + - "From the drop down menu select the Detail view drawer button" + - "Click on the thumbnails to play any song" diff --git a/test-cases/hmi-audio-play-pause.yaml b/test-cases/hmi-audio-play-pause.yaml new file mode 100644 index 0000000000000000000000000000000000000000..123c6fbe2f7365c4e44d0f81ed385abb07a7399b --- /dev/null +++ b/test-cases/hmi-audio-play-pause.yaml @@ -0,0 +1,23 @@ +metadata: + name: hmi-audio-play-pause + format: "Apertis Test Definition 1.0" + image-types: + target: [armhf, amd64 ] + sdk: [ amd64 ] + image-deployment: + - APT + - OSTree + type: compatibility + exec-type: manual + priority: high + maintainer: "Apertis Project" + description: "Test that the songs present play and can be paused" + pre-conditions: + - "The respective target (i.MX6 or Minnowboard) should be on and running" + - "Lilluput/LVDS touch screens must be connected to the respective targets" + expected: + - "Audio files play without any glitch and can be paused" +run: + steps: + - "Open the Music Application" + - "Play and Pause any song" diff --git a/test-cases/hmi-video-load.yaml b/test-cases/hmi-video-load.yaml new file mode 100644 index 0000000000000000000000000000000000000000..56c2959d3ec6c6eb43ba38e6ced5997f60a8d14e --- /dev/null +++ b/test-cases/hmi-video-load.yaml @@ -0,0 +1,23 @@ +metadata: + name: hmi-video-load + format: "Apertis Test Definition 1.0" + image-types: + target: [armhf, amd64 ] + sdk: [ amd64 ] + image-deployment: + - APT + - OSTree + type: compatibility + exec-type: manual + priority: high + maintainer: "Apertis Project" + description: "Tests that the video files are present" + pre-conditions: + - "The respective target (i.MX6 or Minnowboard) should be on and running" + - "Lilluput/LVDS touch screens must be connected to the respective targets" + expected: + - "Video files must be present" +run: + steps: + - "Open the VIDEO & TV application" + - "Launch VIDEOS/TITLE" diff --git a/test-cases/hmi-video-play-pause.yaml b/test-cases/hmi-video-play-pause.yaml new file mode 100644 index 0000000000000000000000000000000000000000..0fa11dddf910efc847c2dd7e197e6d2ec8da636f --- /dev/null +++ b/test-cases/hmi-video-play-pause.yaml @@ -0,0 +1,24 @@ +metadata: + name: hmi-video-play-pause + format: "Apertis Test Definition 1.0" + image-types: + target: [armhf, amd64 ] + sdk: [ amd64 ] + image-deployment: + - APT + - OSTree + type: compatibility + exec-type: manual + priority: high + maintainer: "Apertis Project" + description: "Test that the video files play without any glitches" + pre-conditions: + - "The respective target (i.MX6 or Minnowboard) should be on and running" + - "Lilluput/LVDS touch screens must be connected to the respective targets" + expected: + - "Video files must be present" +run: + steps: + - "Go to VIDEO & TV" + - "Launch VIDEOS/TITLE" + - "Play any video file"