aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--templates/base/agl-base.jinja22
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/base/agl-base.jinja2 b/templates/base/agl-base.jinja2
index ab6cd93..8d3e690 100644
--- a/templates/base/agl-base.jinja2
+++ b/templates/base/agl-base.jinja2
@@ -44,7 +44,7 @@ actions:
{%- if rootfs_type == "nbd" %}
{% include "tests/veth.jinja2" %}
{%- endif %}
-{% if device_type == "r8a7795-h3ulcb-kf" or device_type == "bcm2711-rpi-4-b" %}
+{% if device_type == "r8a7795-h3ulcb-kf" or device_type == "bcm2711-rpi-4-b" or device_type == "r8a7795-agl-refhw" %}
{% include "tests/hack-SPEC3655.jinja2" %}
{%- endif %}
{%-for test_template in test_templates %}