diff options
author | Corentin LABBE <clabbe@baylibre.com> | 2020-09-16 10:06:28 +0200 |
---|---|---|
committer | Corentin LABBE <clabbe@baylibre.com> | 2020-09-16 14:25:43 +0200 |
commit | 3375f1f4daa736080f39b65b562191c7c00ef9b3 (patch) | |
tree | b5f2d8585b4d704b2773275ed027e49569036f39 | |
parent | 78b2b53df5488b1f1f1b318b34aa6ab721fdeda5 (diff) |
SPEC-3572: add pyagl test template
This patch adds testdefinitions for pyagl.
Change-Id: I1ed3fb3a953a2f0400ad0c8c2f8f4372da2d64b4
Bug-AGL: SPEC-3572
Signed-off-by: Corentin LABBE <clabbe@baylibre.com>
-rw-r--r-- | templates/tests/pyagl.jinja2 | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/templates/tests/pyagl.jinja2 b/templates/tests/pyagl.jinja2 new file mode 100644 index 0000000..121301e --- /dev/null +++ b/templates/tests/pyagl.jinja2 @@ -0,0 +1,8 @@ +- test: + timeout: + minutes: 10 + definitions: + - repository: https://git.automotivelinux.org/src/qa-testdefinitions + from: git + path: test-suites/short-smoke/pyagl-nohw-oneshot.yaml + name: pyagl tests |