diff options
Diffstat (limited to 'templates/tests/ci.jinja2')
-rw-r--r-- | templates/tests/ci.jinja2 | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/templates/tests/ci.jinja2 b/templates/tests/ci.jinja2 index 8408057..996fdcb 100644 --- a/templates/tests/ci.jinja2 +++ b/templates/tests/ci.jinja2 @@ -23,7 +23,11 @@ DEVICE_TAGS: "{{ DEVICE_TAGS|join(' ')|lower }}" {% if "can" in DEVICE_TAGS|lower %} -{% include 'tests/can.jinja2' %} +{% include 'tests/test_can_loopback.jinja2' %} +{% endif %} + +{% if "can_if_hw_connection" in DEVICE_TAGS|lower %} +{% include 'tests/can_if_hw_connection.jinja2' %} {% endif %} - test: |