aboutsummaryrefslogtreecommitdiffstats
path: root/tools/report/report.jinja
diff options
context:
space:
mode:
Diffstat (limited to 'tools/report/report.jinja')
-rw-r--r--tools/report/report.jinja3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/report/report.jinja b/tools/report/report.jinja
index 884cb20e..8354835c 100644
--- a/tools/report/report.jinja
+++ b/tools/report/report.jinja
@@ -112,6 +112,9 @@ Below are test details:
- Traffic type: {{ "%s"|format(test.result['type']) }}
- Packet size: {{ "%s"|format(test.result['packet_size']) }}
- Bidirectional : {{ "%s"|format(test.conf['biDirectional']) }}
+{%- if test.result['tunnel_type'] %}
+- Tunnel type: {{ "%s"|format(test.result['tunnel_type']) }}
+{%- endif %}
{% endfor %}
<a name="DetailedTestResults"></a>