summaryrefslogtreecommitdiffstats
path: root/reporting/reporting
diff options
context:
space:
mode:
Diffstat (limited to 'reporting/reporting')
-rw-r--r--reporting/reporting/reporting.yaml8
-rw-r--r--reporting/reporting/yardstick/template/index-status-tmpl.html2
2 files changed, 2 insertions, 8 deletions
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() -%}