diff options
Diffstat (limited to 'templates/base/agl-base.jinja2')
-rw-r--r-- | templates/base/agl-base.jinja2 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/base/agl-base.jinja2 b/templates/base/agl-base.jinja2 index 346de32..ab6cd93 100644 --- a/templates/base/agl-base.jinja2 +++ b/templates/base/agl-base.jinja2 @@ -44,6 +44,9 @@ actions: {%- if rootfs_type == "nbd" %} {% include "tests/veth.jinja2" %} {%- endif %} +{% if device_type == "r8a7795-h3ulcb-kf" or device_type == "bcm2711-rpi-4-b" %} +{% include "tests/hack-SPEC3655.jinja2" %} +{%- endif %} {%-for test_template in test_templates %} {% include test_template %} {%- endfor %} |