diff options
author | Corentin LABBE <clabbe@baylibre.com> | 2020-09-16 10:06:28 +0200 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2020-09-18 12:05:44 +0200 |
commit | e4db56673462219c1a602ad7b27a7709c3de20f9 (patch) | |
tree | fbd8332544fe46eab1c862dc2d590f655a151a50 /templates/tests | |
parent | fadc43d487bd3f560f781463d72e4991e40f4e32 (diff) |
SPEC-3572: add pyagl test template
This patch adds testdefinitions for pyagl.
Bug-AGL: SPEC-3572
Signed-off-by: Corentin LABBE <clabbe@baylibre.com>
Change-Id: Icaeca622790d2a086c336ceb9ffe95c082c6bfbe
Diffstat (limited to 'templates/tests')
-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 |