From d2b3ced3623ded24ff22378ae14fd28defc7116e Mon Sep 17 00:00:00 2001
From: khouloud touil <ktouil@baylibre.com>
Date: Tue, 3 Jul 2018 17:21:11 +0200
Subject: Test template for CAN interfaces

Add new test template for CAN bus interfaces

Change-Id: I9ef213afd2bbb3bd2115735821b15ac599f50bca
Signed-off-by: khouloud touil <ktouil@baylibre.com>
---
 templates/tests/can.jinja2 | 9 +++++++++
 1 file changed, 9 insertions(+)
 create mode 100644 templates/tests/can.jinja2

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
-- 
cgit