{% 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 %}