gstreamer/validate/launcher
Thibault Saunier bf952d3c8b validate: Introduce the concept of "Test files"
This way we can have a single file that wraps scenarios,
`gst-validate-1.0` arguments, as well as a configuration.

It changes the name of `description` of scenarios to use `meta`
The goal is to replace tests describes in python with dictionary
to fully self contained `.validatetest` files which look like:

```
meta,
    handles-states=true,
    ignore-eos=true,
    gst-validate-args = {
         "videotestsrc pattern=blue ! video/x-raw,format=I420,framerate=1/1 ! timeoverlay ! $(videosink) name=videosink allocation-meta-flags=0",
    },
    configs = {
         "$(validateflow), pad=videosink:sink, buffers-checksum=true, ignored-fields={\"buffers=meta\", }",
    }

play
seek, start=0.0, stop=5.0, flags=accurate+flush, rate=1.0
crank-clock, expected-elapsed-time=0.0
crank-clock, repeat=4, expected-elapsed-time=1.0
crank-clock, expected-elapsed-time=1.0
stop, on-message=eos
```
2020-04-27 16:03:33 -04:00
..
apps validate: Introduce the concept of "Test files" 2020-04-27 16:03:33 -04:00
testsuites check: unblacklist removed systemclock tests 2019-12-23 10:27:11 +01:00
__init__.py validate: Make validate launcher apps work in a meson uninstalled env 2017-01-03 14:38:24 -03:00
baseclasses.py validate:launcher: Add a generator to generate test for frame accurate seeking 2020-03-12 12:35:45 -03:00
config.py.in validate:launcher: Use gst-integration-testsuites subproject as default testsuite repo if avalaible 2019-04-03 13:38:42 +00:00
httpserver.py validate:launcher: Enhance and standardize output 2019-04-03 13:38:42 +00:00
loggable.py validate:launcher: Support mixed str/bytes control sequences. 2020-01-05 14:09:07 -06:00
main.py validate-launcher: Fix syntax error 2020-04-13 15:38:05 -04:00
meson.build validate:launcher: Use gst-integration-testsuites subproject as default testsuite repo if avalaible 2019-04-03 13:38:42 +00:00
RangeHTTPServer.py Pass python files through autopep8 2019-04-03 13:38:42 +00:00
reporters.py gst-validate-launcher: separate known error from passed tests 2020-01-24 14:52:49 +00:00
utils.py validate:launcher: Add a generator to generate test for frame accurate seeking 2020-03-12 12:35:45 -03:00
vfb_server.py validate:launcher: Enhance and standardize output 2019-04-03 13:38:42 +00:00