summaryrefslogtreecommitdiffstats
path: root/templates/tests/can.jinja2
blob: 3d671f85480eba5fb30b20434b908d96fe2c5694 (plain)
1
2
3
4
5
6
7
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 %}