Report: configure rls2106.30 50/33250/1
authorTibor Frank <tifrank@cisco.com>
Mon, 26 Jul 2021 12:32:13 +0000 (14:32 +0200)
committerTibor Frank <tifrank@cisco.com>
Mon, 26 Jul 2021 12:32:13 +0000 (14:32 +0200)
Change-Id: If1af4d7c5865a7466eda5c2de18d07ff9491d458
Signed-off-by: Tibor Frank <tifrank@cisco.com>
docs/report/introduction/report_history.rst
resources/tools/presentation/run_report.sh
resources/tools/presentation/sphinx_conf/report/conf.py

index 816d8fc..a0a8f04 100644 (file)
@@ -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                                           |
 +----------------+------------------------------------------------------------+
index 5bd3fd3..81188e7 100755 (executable)
@@ -32,7 +32,7 @@ export PYTHONPATH=`pwd`:`pwd`/../../../
 python pal.py \
     --specification specifications/report \
     --release ${RELEASE} \
-    --week "29" \
+    --week "30" \
     --logging INFO \
     --force
 
index a44a405..3d0988a 100644 (file)
@@ -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'