diff options
Diffstat (limited to 'tools/report/report_rst.jinja')
-rw-r--r-- | tools/report/report_rst.jinja | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tools/report/report_rst.jinja b/tools/report/report_rst.jinja index 9daa009a..545dd493 100644 --- a/tools/report/report_rst.jinja +++ b/tools/report/report_rst.jinja @@ -35,7 +35,9 @@ Below are test details: * Deployment: {{ "%s"|format(tests[0].deployment) }} * Traffic type: {{ "%s"|format(tests[0].result['type']) }} * Bidirectional : {{ "%s"|format(tests[0].conf['biDirectional']) }} - +{%- if tests[0].result['tunnel_type'] %} +* Tunnel type: {{ "%s"|format(tests[0].result['tunnel_type']) }} +{%- endif %} {% for test in tests %} Test results for packet size: {{ "%s"|format(test.result['packet_size']) }} ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |