From e0ff6f1ae01eaf39c0dea40dbf6c4faf137644bf Mon Sep 17 00:00:00 2001 From: khouloud touil Date: Fri, 22 Jun 2018 10:35:15 +0200 Subject: Test template for CAN interfaces Add new test template for CAN bus interfaces Change-Id: I9d3b57c732743a9a5c7c65999d0b475993ad6200 Signed-off-by: khouloud touil --- templates/tests/can.jinja2 | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 templates/tests/can.jinja2 (limited to 'templates/tests') diff --git a/templates/tests/can.jinja2 b/templates/tests/can.jinja2 new file mode 100644 index 0000000..a4ae34c --- /dev/null +++ b/templates/tests/can.jinja2 @@ -0,0 +1,9 @@ + +- test: + timeout: + minutes: 3 + definitions: + - repository: https://git.automotivelinux.org/src/qa-testdefinitions + from: git + path: test-suites/short-smoke/test_can.yaml + name: test -- cgit 1.2.3-korg