summaryrefslogtreecommitdiffstats
path: root/templates/base/agl-base.jinja2
diff options
context:
space:
mode:
Diffstat (limited to 'templates/base/agl-base.jinja2')
-rw-r--r--templates/base/agl-base.jinja23
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/base/agl-base.jinja2 b/templates/base/agl-base.jinja2
index 592970c..346de32 100644
--- a/templates/base/agl-base.jinja2
+++ b/templates/base/agl-base.jinja2
@@ -41,6 +41,9 @@ actions:
{%- block boot %}
{% endblock %}
{%- block tests %}
+{%- if rootfs_type == "nbd" %}
+{% include "tests/veth.jinja2" %}
+{%- endif %}
{%-for test_template in test_templates %}
{% include test_template %}
{%- endfor %}