diff options
author | Morgan Richomme <morgan.richomme@orange.com> | 2016-10-10 10:32:07 +0200 |
---|---|---|
committer | Morgan Richomme <morgan.richomme@orange.com> | 2016-10-10 10:34:48 +0200 |
commit | 7ce2f3e07d0b07db2cb3e768494254a478edb82d (patch) | |
tree | 8c43f1176d60d7e219637f8c7a6b559ad0aec4bf /utils/test/reporting/functest/template | |
parent | 54a2a98912a79aaaedd9a3a15b569c80455ed389 (diff) |
Add export functions to reporting
JIRA: FUNCTEST-486
Change-Id: I84ad52f12097bbc5976c754d28ebc76d49b1eff2
Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
Diffstat (limited to 'utils/test/reporting/functest/template')
-rw-r--r-- | utils/test/reporting/functest/template/index-status-tmpl.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/utils/test/reporting/functest/template/index-status-tmpl.html b/utils/test/reporting/functest/template/index-status-tmpl.html index 2beb9128e..e3c9c5fc0 100644 --- a/utils/test/reporting/functest/template/index-status-tmpl.html +++ b/utils/test/reporting/functest/template/index-status-tmpl.html @@ -148,6 +148,9 @@ $(document).ready(function (){ </div> {%- endfor %} see <a href="https://wiki.opnfv.org/pages/viewpage.action?pageId=6828617">Functest scoring wiki page</a> for details on scenario scoring + <div> <br> + <a href="./status-{{installer}}.pdf" class="myButtonPdf">Export to PDF</a> <a href="./scenario_history_{{installer}}.txt" class="myButtonCSV">Export to CSV</a> + </div> </div> <div class="col-md-1"></div> </div> |