From 80e778047015ca643494f67b53589b27af13a4bd Mon Sep 17 00:00:00 2001 From: Valentin Boucher Date: Tue, 27 Mar 2018 11:34:04 -0400 Subject: Adding fraser version in reporting Change-Id: Id7c95cd27332ff6c9f7d2e44738887d4ee794c70 Signed-off-by: Valentin Boucher --- reporting/docker/reporting.sh | 2 +- reporting/html/fraser.html | 141 +++++++++++++++++++++++++ reporting/html/functest-fraser.html | 109 +++++++++++++++++++ reporting/html/index.html | 11 ++ reporting/img/fraser.jpg | Bin 0 -> 45629 bytes reporting/reporting/reporting.yaml | 2 +- reporting/reporting/vsperf/reporting-status.py | 2 +- 7 files changed, 264 insertions(+), 3 deletions(-) create mode 100644 reporting/html/fraser.html create mode 100644 reporting/html/functest-fraser.html create mode 100644 reporting/img/fraser.jpg (limited to 'reporting') diff --git a/reporting/docker/reporting.sh b/reporting/docker/reporting.sh index 2cb438d..9648ee0 100755 --- a/reporting/docker/reporting.sh +++ b/reporting/docker/reporting.sh @@ -3,7 +3,7 @@ export PYTHONPATH="${PYTHONPATH}:./reporting" export CONFIG_REPORTING_YAML=./reporting/reporting.yaml -declare -a versions=(euphrates danube master) +declare -a versions=(fraser euphrates danube master) declare -a projects=(functest storperf yardstick qtip vsperf bottlenecks) project=$1 diff --git a/reporting/html/fraser.html b/reporting/html/fraser.html new file mode 100644 index 0000000..df97617 --- /dev/null +++ b/reporting/html/fraser.html @@ -0,0 +1,141 @@ + + + + + Phantom by HTML5 UP + + + + + + + + + +
+ + + + + + + + + +
+
+
+

OPNFV Testing Working group

+
+
+

Follow

+ +
+ +
+
+ +
+ + + + + + + + + + diff --git a/reporting/html/functest-fraser.html b/reporting/html/functest-fraser.html new file mode 100644 index 0000000..9b4c201 --- /dev/null +++ b/reporting/html/functest-fraser.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 22d7078..6bf0408 100644 --- a/reporting/html/index.html +++ b/reporting/html/index.html @@ -77,6 +77,17 @@ +
diff --git a/reporting/img/fraser.jpg b/reporting/img/fraser.jpg new file mode 100644 index 0000000..8bc6b51 Binary files /dev/null and b/reporting/img/fraser.jpg differ diff --git a/reporting/reporting/reporting.yaml b/reporting/reporting/reporting.yaml index 8123d01..b2f7d07 100644 --- a/reporting/reporting/reporting.yaml +++ b/reporting/reporting/reporting.yaml @@ -9,7 +9,7 @@ general: versions: - master - - euphrates + - fraser log: log_file: reporting.log diff --git a/reporting/reporting/vsperf/reporting-status.py b/reporting/reporting/vsperf/reporting-status.py index b307ef0..f1a437f 100644 --- a/reporting/reporting/vsperf/reporting-status.py +++ b/reporting/reporting/vsperf/reporting-status.py @@ -127,7 +127,7 @@ def main(): period=50) version_data = _get_version_data(data['vsperf']) - for version in {'master', 'danube', 'euphrates'}: + for version in {'master', 'danube', 'euphrates', 'fraser'}: _generate_reporting(version, version_data.get(version, [])) LOG.info("End") -- cgit 1.2.3-korg