summaryrefslogtreecommitdiffstats
path: root/templates/tests/can.jinja2
diff options
context:
space:
mode:
Diffstat (limited to 'templates/tests/can.jinja2')
-rw-r--r--templates/tests/can.jinja28
1 files changed, 8 insertions, 0 deletions
diff --git a/templates/tests/can.jinja2 b/templates/tests/can.jinja2
new file mode 100644
index 0000000..3d671f8
--- /dev/null
+++ b/templates/tests/can.jinja2
@@ -0,0 +1,8 @@
+{% if "can" in DEVICE_TAGS|lower %}
+{% include 'tests/test_can_loopback.jinja2' %}
+{% endif %}
+
+{% if "can_if_hw_connection" in DEVICE_TAGS|lower %}
+{% include 'tests/can_if_hw_connection.jinja2' %}
+{% endif %}
+