From ba373e1191cd8325cfde96e08e3a1d0e72815ff3 Mon Sep 17 00:00:00 2001 From: Tibor Frank Date: Tue, 20 Feb 2018 12:43:54 +0100 Subject: CSIT-891: Add data sources for 1801 report Change-Id: Ifd1bcbf376e9eff9afbb578d88df377ba301cafa Signed-off-by: Tibor Frank (cherry picked from commit 3c5428b13bdf28774922b3abe370f23e3ccc5ead) --- resources/tools/presentation/conf.py | 5 +++-- resources/tools/presentation/specification.yaml | 10 ++++++++++ resources/tools/presentation/utils.py | 4 ---- 3 files changed, 13 insertions(+), 6 deletions(-) (limited to 'resources/tools/presentation') diff --git a/resources/tools/presentation/conf.py b/resources/tools/presentation/conf.py index 4d6c96d83d..c2e2ea037a 100644 --- a/resources/tools/presentation/conf.py +++ b/resources/tools/presentation/conf.py @@ -62,7 +62,7 @@ rst_epilog = """ .. |srelease| replace:: {srelease} .. |vpp-release| replace:: VPP-{vpprelease} release .. |vpp-release-1| replace:: VPP-17.10 release -.. |dpdk-release| replace:: DPDK 17.11 +.. |dpdk-release| replace:: DPDK {dpdkrelease} .. |trex-release| replace:: TRex v2.35 .. |virl-image-ubuntu| replace:: ubuntu-16.04.1_2017-10-21_2.0 .. |virl-image-centos| replace:: centos-7.3-1611_2017-02-23_1.4 @@ -89,8 +89,9 @@ rst_epilog = """ .. _FD.io test executor honeycomb performance jobs: https://jenkins.fd.io/view/hc2vpp/job/hc2vpp-csit-perf-master-ubuntu1604/lastSuccessfulBuild .. _FD.io test executor NSH_SFC functional jobs: https://jenkins.fd.io/view/csit/job/csit-nsh_sfc-verify-func-{srelease}-ubuntu1604-virl/lastSuccessfulBuild .. _FD.io VPP compile job: https://jenkins.fd.io/view/vpp/job/vpp-merge-{srelease}-ubuntu1604/ +.. _FD.io DPDK compile job: https://jenkins.fd.io/view/deb-dpdk/job/deb_dpdk-merge-{sdpdkrelease}-ubuntu1604/ .. _CSIT Testbed Setup: https://git.fd.io/csit/tree/resources/tools/testbed-setup/README.md?h={release} -""".format(release='rls1801', srelease='1801', vpprelease='18.01') +""".format(release='rls1801', srelease='1801', vpprelease='18.01', dpdkrelease='17.11', sdpdkrelease='1711') # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/resources/tools/presentation/specification.yaml b/resources/tools/presentation/specification.yaml index 2c0b3f5216..5727b80821 100644 --- a/resources/tools/presentation/specification.yaml +++ b/resources/tools/presentation/specification.yaml @@ -97,6 +97,11 @@ - 159 - 160 - 161 + - 164 + - 165 + - 166 + - 167 + - 168 # TODO: Add the data sources # vpp-meltdown-impact: # csit-vpp-perf-1707-all: @@ -547,6 +552,11 @@ - 159 # wrk - 160 # wrk - 161 # wrk + - 164 # wrk + - 165 # wrk + - 166 # wrk + - 167 # wrk + - 168 # wrk csit-ligato-perf-1710-all: - 5 - 7 diff --git a/resources/tools/presentation/utils.py b/resources/tools/presentation/utils.py index a56ee3e105..7037404c27 100644 --- a/resources/tools/presentation/utils.py +++ b/resources/tools/presentation/utils.py @@ -82,10 +82,6 @@ def remove_outliers(input_data, outlier_const): for y in data.tolist(): if quartile_set[0] <= y <= quartile_set[1]: result_lst.append(y) - print(quartile_set) - print(input_data) - print(result_lst) - print("") return result_lst -- cgit 1.2.3-korg