gstreamer/validate/launcher/apps
Philippe Normand 3351807107 validate/launcher: Ensure the HTTP server is started when a pipeline needs it
Pipelines declared in gst-integration-testsuites can rely on the validate HTTP
server, so when an URI pointing to it is detected, advertise the server as
needed before starting the test.

For this to work the test scenario should explicitely declare the pipeline uri,
as shown in this example:

    "some_playbin3":
    {
        "pipeline": "playbin3 uri=%(uri)s video-sink=%(videosink)s",
        "config": [
            "%(validateflow)s, pad=sink:sink"
        ],
        "scenarios": ["play_15s"],
        "uri": "http://127.0.0.1:%(http-server-port)s/defaults/html/foo.html"
    }
2019-08-21 08:37:38 +01:00
..
__init__.py validate: launcher: Make the gstvalidate application a python module 2014-12-07 18:32:37 +01:00
gstcheck.py validate:launcher: Set ORC_CODE=backup when running gst unit tests under valgrind 2019-04-17 11:04:45 -04:00
gstvalidate.py validate/launcher: Ensure the HTTP server is started when a pipeline needs it 2019-08-21 08:37:38 +01:00
Makefile.am validate:launcher: Add a TestManager to run python tests 2018-06-15 17:57:24 -04:00
meson.build validate:launcher: Add a TestManager to run python tests 2018-06-15 17:57:24 -04:00
pyunittest.py validate:launcher:punittest: Raise an exception if a testsuite can't be loaded 2019-01-30 15:57:13 -03:00