diff options
author | khouloud touil <ktouil@baylibre.com> | 2018-06-22 10:35:15 +0200 |
---|---|---|
committer | khouloud touil <ktouil@baylibre.com> | 2018-06-22 16:16:48 +0200 |
commit | e0ff6f1ae01eaf39c0dea40dbf6c4faf137644bf (patch) | |
tree | 7d4db9b119827a6e7f9820a8bcce853d4b2e7001 /templates/tests/can.jinja2 | |
parent | 2a7509dd9a27b4350c843aa25e1b5ac3e7e92cf3 (diff) |
Test template for CAN interfaces
Add new test template for CAN bus interfaces
Change-Id: I9d3b57c732743a9a5c7c65999d0b475993ad6200
Signed-off-by: khouloud touil <ktouil@baylibre.com>
Diffstat (limited to 'templates/tests/can.jinja2')
-rw-r--r-- | templates/tests/can.jinja2 | 9 |
1 files changed, 9 insertions, 0 deletions
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 |