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/html/euphrates.html | 141 +++++++++++++++++++++ reporting/html/functest-euphrates.html | 109 ++++++++++++++++ reporting/html/index.html | 30 ++--- reporting/img/misc-npc-letterblock-m-800px.png | Bin 0 -> 92081 bytes reporting/reporting/reporting.yaml | 8 +- .../yardstick/template/index-status-tmpl.html | 2 +- 6 files changed, 267 insertions(+), 23 deletions(-) create mode 100644 reporting/html/euphrates.html create mode 100644 reporting/html/functest-euphrates.html create mode 100644 reporting/img/misc-npc-letterblock-m-800px.png (limited to 'reporting') diff --git a/reporting/html/euphrates.html b/reporting/html/euphrates.html new file mode 100644 index 0000000..86258ac --- /dev/null +++ b/reporting/html/euphrates.html @@ -0,0 +1,141 @@ + + + + + Phantom by HTML5 UP + + + + + + + + + +
+ + + + + + + + + +
+
+
+

OPNFV Testing Working group

+
+
+

Follow

+ +
+ +
+
+ +
+ + + + + + + + + + diff --git a/reporting/html/functest-euphrates.html b/reporting/html/functest-euphrates.html new file mode 100644 index 0000000..c203e61 --- /dev/null +++ b/reporting/html/functest-euphrates.html @@ -0,0 +1,109 @@ + + + + + Phantom by HTML5 UP + + + + + + + + + +
+ + + + + + + + + + +
+
+
+

OPNFV Testing Working group

+
+
+

Follow

+ +
+ +
+
+ +
+ + + + + + + + + + diff --git a/reporting/html/index.html b/reporting/html/index.html index c6627ff..2789045 100644 --- a/reporting/html/index.html +++ b/reporting/html/index.html @@ -37,17 +37,6 @@ - - -
@@ -61,7 +50,7 @@

Colorado

-

Colorado 1.0 released on the 22nd of September

+

Colorado 1.0 (22/09/2016)

@@ -72,16 +61,27 @@

Danube

-

Danube 1.0 planned on the 22nd of March

+

Danube 1.0 (22/03/2017)

-
+ +
+ + + + +

Master

Master

diff --git a/reporting/img/misc-npc-letterblock-m-800px.png b/reporting/img/misc-npc-letterblock-m-800px.png new file mode 100644 index 0000000..9d62e9e Binary files /dev/null and b/reporting/img/misc-npc-letterblock-m-800px.png differ 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