aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTibor Frank <tifrank@cisco.com>2023-03-09 07:43:38 +0100
committerTibor Frank <tifrank@cisco.com>2023-03-09 06:45:55 +0000
commit4a8a48adf5bcc6bbaa9bd7e34d0161893bf63278 (patch)
treec7e9d29cf6aa93c55cea38f51edf067137b91271
parent8826a441d7eb3a1b9eeb72614178fdfe041e0a56 (diff)
Report: Add rls data
Signed-off-by: Tibor Frank <tifrank@cisco.com> Change-Id: I4eea313430d448928d68e554a00c7a78e3864020 (cherry picked from commit 77f4ce0e0d951838ec1d9108107ceb596ded59e0)
-rw-r--r--docs/report/introduction/report_history.rst6
-rw-r--r--resources/tools/presentation/specifications/report/data_sets.yaml14
-rw-r--r--resources/tools/presentation/sphinx_conf/report/conf.py2
3 files changed, 14 insertions, 8 deletions
diff --git a/docs/report/introduction/report_history.rst b/docs/report/introduction/report_history.rst
index 7dcbfea2f5..dba4d3186c 100644
--- a/docs/report/introduction/report_history.rst
+++ b/docs/report/introduction/report_history.rst
@@ -7,6 +7,12 @@ below.
+----------------+-------------------------------------------------------------+
| .[ww] Revision | Changes |
+================+=============================================================+
+| .11 | 1. Added coverage data: |
+| | |
+| | - 2n-zn2 |
+| | - 3n-alt |
+| | |
++----------------+-------------------------------------------------------------+
| .10 | Initial revision |
+----------------+-------------------------------------------------------------+
diff --git a/resources/tools/presentation/specifications/report/data_sets.yaml b/resources/tools/presentation/specifications/report/data_sets.yaml
index bb612bdd6e..fb8fab7f8b 100644
--- a/resources/tools/presentation/specifications/report/data_sets.yaml
+++ b/resources/tools/presentation/specifications/report/data_sets.yaml
@@ -193,11 +193,11 @@
- 8 # 2302.rel NDRPDR cov env 11
- 9 # 2302.rel NDRPDR cov env 11
- 10 # 2302.rel NDRPDR cov env 11
- # - 11 # 2302.rel NDRPDR cov env 11
+ - 11 # 2302.rel NDRPDR cov env 11
- 12 # 2302.rel NDRPDR cov env 11
- 13 # 2302.rel NDRPDR cov env 11
- # - 14 # 2302.rel NDRPDR cov env 11
- # - 15 # 2302.rel NDRPDR cov env 11
+ - 14 # 2302.rel NDRPDR cov env 11
+ - 15 # 2302.rel NDRPDR cov env 11
dpdk-2n-zn2-hist-iter:
csit-dpdk-perf-report-iterative-2206-2n-zn2:
@@ -1268,10 +1268,10 @@
- 11 # 2302.rel NDRPDR cov env 11
- 12 # 2302.rel NDRPDR cov env 11
- 13 # 2302.rel NDRPDR cov env 11
- # - 14 # 2302.rel NDRPDR cov env 11
- # - 15 # 2302.rel NDRPDR cov env 11
- # - 16 # 2302.rel NDRPDR cov env 11
- # - 17 # 2302.rel NDRPDR cov env 11
+ - 14 # 2302.rel NDRPDR cov env 11
+ - 15 # 2302.rel NDRPDR cov env 11
+ - 16 # 2302.rel NDRPDR cov env 11
+ - 17 # 2302.rel NDRPDR cov env 11
dpdk-3n-alt-hist-iter:
csit-dpdk-perf-report-iterative-2206-3n-alt:
diff --git a/resources/tools/presentation/sphinx_conf/report/conf.py b/resources/tools/presentation/sphinx_conf/report/conf.py
index 5c386acc4c..765c695e4a 100644
--- a/resources/tools/presentation/sphinx_conf/report/conf.py
+++ b/resources/tools/presentation/sphinx_conf/report/conf.py
@@ -50,7 +50,7 @@ source_suffix = ['.rst', '.md']
master_doc = 'index'
# General information about the project.
-report_week = '10'
+report_week = '11'
project = 'FD.io CSIT-2302.{week}'.format(week=report_week)
copyright = '2023, FD.io'
author = 'FD.io CSIT'