From 057280cb51c766cbbf01b45191843db035fda410 Mon Sep 17 00:00:00 2001 From: Morgan Richomme Date: Mon, 18 Sep 2017 16:02:18 +0200 Subject: Add Euphrates pages for reporting Change-Id: Iee4c54801d839be949495360141d4ae9353e5ecc Signed-off-by: Morgan Richomme --- reporting/reporting/reporting.yaml | 8 +------- reporting/reporting/yardstick/template/index-status-tmpl.html | 2 +- 2 files changed, 2 insertions(+), 8 deletions(-) (limited to 'reporting/reporting') diff --git a/reporting/reporting/reporting.yaml b/reporting/reporting/reporting.yaml index 9bb90b8..dae832a 100644 --- a/reporting/reporting/reporting.yaml +++ b/reporting/reporting/reporting.yaml @@ -9,6 +9,7 @@ general: versions: - master + - euphrates - danube log: @@ -35,15 +36,8 @@ testapi: functest: blacklist: - - ovno - - security_scan - - healthcheck - odl_netvirt - - aaa - - cloudify_ims - - orchestra_ims - juju_epc - - orchestra max_scenario_criteria: 50 test_conf: https://git.opnfv.org/cgit/functest/plain/functest/ci/testcases.yaml log_level: ERROR diff --git a/reporting/reporting/yardstick/template/index-status-tmpl.html b/reporting/reporting/yardstick/template/index-status-tmpl.html index 77ba950..f9b8524 100644 --- a/reporting/reporting/yardstick/template/index-status-tmpl.html +++ b/reporting/reporting/yardstick/template/index-status-tmpl.html @@ -25,7 +25,7 @@ } // trend line management - d3.csv("./scenario_history.csv", function(data) { + d3.csv("./scenario_history.txt", function(data) { // *************************************** // Create the trend line {% for scenario in scenario_results.keys() -%} -- cgit 1.2.3-korg