diff options
author | khouloud touil <ktouil@baylibre.com> | 2018-07-03 17:21:11 +0200 |
---|---|---|
committer | khouloud touil <ktouil@baylibre.com> | 2018-07-03 17:38:23 +0200 |
commit | d2b3ced3623ded24ff22378ae14fd28defc7116e (patch) | |
tree | 07c2cf0bb82a1e493fa9981f4f0ea921d690c950 /templates/tests | |
parent | 2a7509dd9a27b4350c843aa25e1b5ac3e7e92cf3 (diff) |
Test template for CAN interfaces
Add new test template for CAN bus interfaces
Change-Id: I9ef213afd2bbb3bd2115735821b15ac599f50bca
Signed-off-by: khouloud touil <ktouil@baylibre.com>
Diffstat (limited to 'templates/tests')
-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..ab70ef0 --- /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: can |