diff options
author | 2020-03-15 13:10:33 -0700 | |
---|---|---|
committer | 2020-03-22 11:55:31 +0100 | |
commit | 3f9bf6295324b03d321cfa80772911e9322294de (patch) | |
tree | ea1c1006a711a79ed34a1b4c1c7209faf3bd8c01 /.gitlab-ci.yml | |
parent | ba0d78b90705fa6f564e105437be4817caf2ca6c (diff) | |
download | buildroot-3f9bf6295324b03d321cfa80772911e9322294de.tar.gz buildroot-3f9bf6295324b03d321cfa80772911e9322294de.tar.bz2 |
support/testing: add gst1-python test case
This test case runs a simple pipeline for 100 frames to ensure that
gst1-python works properly.
Signed-off-by: Adam Duskett <Aduskett@gmail.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0869f325da..f5ed95f5e7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -384,6 +384,7 @@ tests.package.test_crudini.TestCrudiniPy3: { extends: .runtime_test } tests.package.test_docker_compose.TestDockerCompose: { extends: .runtime_test } tests.package.test_dropbear.TestDropbear: { extends: .runtime_test } tests.package.test_glxinfo.TestGlxinfo: { extends: .runtime_test } +tests.package.test_gst1_python.TestGst1Python: { extends: .runtime_test } tests.package.test_ipython.TestIPythonPy3: { extends: .runtime_test } tests.package.test_libftdi1.TestPythonPy2Libftdi1: { extends: .runtime_test } tests.package.test_libftdi1.TestPythonPy3Libftdi1: { extends: .runtime_test } |