summaryrefslogtreecommitdiffstats
path: root/reporting/reporting
diff options
context:
space:
mode:
authorMorgan Richomme <morgan.richomme@orange.com>2017-09-18 16:02:18 +0200
committerMorgan Richomme <morgan.richomme@orange.com>2017-09-18 16:02:18 +0200
commit057280cb51c766cbbf01b45191843db035fda410 (patch)
tree8c9d11b8ec9fbcce1b1daf8f2f1e7b155a350876 /reporting/reporting
parent175b3db64b2fe9c666a09ae5f5534e39f8e0ec46 (diff)
Add Euphrates pages for reporting
Change-Id: Iee4c54801d839be949495360141d4ae9353e5ecc Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
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() -%}