Actions
action #42773
closed[qe-core][functional] extend VLC test to check correct rendering
Status:
Resolved
Priority:
Low
Assignee:
Category:
New test
Target version:
SUSE QA (private) - Milestone 30
Start date:
2018-10-22
Due date:
% Done:
0%
Estimated time:
42.00 h
Difficulty:
Description
Motivation¶
Currently the VLC test module tests that we can correctly trigger the play of a video and that playing ends but we do not check that the video can actually be correctly rendered.
Could be beneficial to test the rendering of the video, e.g. either start paused at a certain timestamp or frame or configure VLC to still show the last frame after playing the video.
Acceptance criteria¶
- AC: VLC is started from a specific timestamp, paused and checked with a needle.
Tasks¶
- Make test module
vlc
to execute VLC on a specific timestamp.- Tested with vlc-3.0.9.2 (Leap 15.1):
type_string 'vlc --start-paused --start-time=15 ' . autoinst_url . '/data/Big_Buck_Bunny_8_seconds_bird_clip.ogv'
- Tested with vlc-3.0.9.2 (Leap 15.1):
- Check with a needle that the video is rendered.
Actions