aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTibor Frank <tifrank@cisco.com>2021-07-26 14:32:13 +0200
committerTibor Frank <tifrank@cisco.com>2021-07-26 12:33:49 +0000
commit7218d48a33c9a472eb377cd5fe4d3b7de47ae414 (patch)
tree58e94afa501f1934b2a0cae3b859363dcfc773b0
parentcc283486f0c563ff609c77f3aad30242758a35d8 (diff)
Report: configure rls2106.30
Change-Id: If1af4d7c5865a7466eda5c2de18d07ff9491d458 Signed-off-by: Tibor Frank <tifrank@cisco.com> (cherry picked from commit 53e6c3440afd81d1504db75e7fa8d09229641079)
-rw-r--r--docs/report/introduction/report_history.rst9
-rwxr-xr-xresources/tools/presentation/run_report.sh2
-rw-r--r--resources/tools/presentation/sphinx_conf/report/conf.py2
3 files changed, 10 insertions, 3 deletions
diff --git a/docs/report/introduction/report_history.rst b/docs/report/introduction/report_history.rst
index 816d8fc97c..a0a8f04a18 100644
--- a/docs/report/introduction/report_history.rst
+++ b/docs/report/introduction/report_history.rst
@@ -7,7 +7,7 @@ below.
+----------------+------------------------------------------------------------+
| .[ww] Revision | Changes |
+================+============================================================+
-| .29 | 1. Added data: |
+| .30 | 1. Added data: |
| | |
| | - VPP coverage data: |
| | |
@@ -20,6 +20,13 @@ below.
| | - 3n-tsh |
| | - 2n-zn2 |
| | |
+| | 2. Added AF_XDP tests: |
+| | |
+| | - 2n-skx |
+| | - 2n-clx |
+| | - 2n-zn2 |
+| | |
+| | |
+----------------+------------------------------------------------------------+
| .28 | Initial revision |
+----------------+------------------------------------------------------------+
diff --git a/resources/tools/presentation/run_report.sh b/resources/tools/presentation/run_report.sh
index 5bd3fd36d2..81188e73ff 100755
--- a/resources/tools/presentation/run_report.sh
+++ b/resources/tools/presentation/run_report.sh
@@ -32,7 +32,7 @@ export PYTHONPATH=`pwd`:`pwd`/../../../
python pal.py \
--specification specifications/report \
--release ${RELEASE} \
- --week "29" \
+ --week "30" \
--logging INFO \
--force
diff --git a/resources/tools/presentation/sphinx_conf/report/conf.py b/resources/tools/presentation/sphinx_conf/report/conf.py
index a44a405070..3d0988a8e6 100644
--- a/resources/tools/presentation/sphinx_conf/report/conf.py
+++ b/resources/tools/presentation/sphinx_conf/report/conf.py
@@ -46,7 +46,7 @@ source_suffix = [u'.rst', u'.md']
master_doc = u'index'
# General information about the project.
-report_week = u'29'
+report_week = u'30'
project = u'FD.io CSIT-2106.{week}'.format(week=report_week)
copyright = u'2021, FD.io'
author = u'FD.io CSIT'