]> code.ossystems Code Review - openembedded-core.git/commit
oeqa/runtime: Add tests for gstreamer CLI
authorYeoh Ee Peng <ee.peng.yeoh@intel.com>
Thu, 8 Nov 2018 09:41:54 +0000 (17:41 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 13 Nov 2018 15:18:28 +0000 (15:18 +0000)
commit3e77f845b517e3f4b3e7d09d088a9a80bf171653
treee649f210bb2d7ef28b39e816be133d03effee727
parent5fb26ff0b56eebb864fd8f74c015e414476eec43
oeqa/runtime: Add tests for gstreamer CLI

We should not be finding GStreamer issues right around
release time but that's what we seem to do.

Port gstreamer tests from Intel Ref Kit.
https://github.com/intel/intel-iot-refkit/blob/master/meta-iotqa/
lib/oeqa/runtime/multimedia/gstreamer/gstreamer_cli.py

Add tests for gstreamer commandline tools (gst-inspect-1.0
& gst-launch-1.0).

[YOCTO #11418]

Signed-off-by: Yeoh Ee Peng <ee.peng.yeoh@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oeqa/runtime/cases/gstreamer.py [new file with mode: 0644]