Report: Configure 1901.08 72/17672/1
authorTibor Frank <tifrank@cisco.com>
Mon, 18 Feb 2019 13:49:58 +0000 (14:49 +0100)
committerTibor Frank <tifrank@cisco.com>
Tue, 19 Feb 2019 09:51:32 +0000 (10:51 +0100)
Change-Id: I00dfd25a369c8b9d86a0ac4eba7ad2efa570b1a4
Signed-off-by: Tibor Frank <tifrank@cisco.com>
docs/report/introduction/report_history.rst
resources/tools/presentation/conf.py
resources/tools/presentation/run_report.sh

index e73d9ca..03ccf02 100644 (file)
@@ -6,6 +6,22 @@ FD.io CSIT-1901 Report history and per .[ww] revision changes are listed below.
 +----------------+------------------------------------------------------------+
 | .[ww] Revision | Changes                                                    |
 +================+============================================================+
+| .08            | 1. Added more test runs:                                   |
+|                |                                                            |
+|                |    a. VPP on 3n-hsw testbed,                               |
+|                |    b. VPP on 3n-skx testbed,                               |
+|                |    c. VPP on 2n-skx testbed,                               |
+|                |    d. DPDK on 3n-hsw testbed,                              |
+|                |    e. DPDK on 3n-skx testbed,                              |
+|                |    f. DPDK on 2n-skx testbed,                              |
+|                |    g. VPP K8s Container Memif on 3n-hsw testbed,           |
+|                |    h. NFV VPP tests on 2n-skx testbed.                     |
+|                |                                                            |
+|                | 2. Methodology updated:                                    |
+|                |                                                            |
+|                |    a. :ref:`PLRsearch algorithm`                           |
+|                |                                                            |
++----------------+------------------------------------------------------------+
 | .07            | Initial version                                            |
 |                |                                                            |
 +----------------+------------------------------------------------------------+
index 83e74a1..eca2602 100644 (file)
@@ -45,7 +45,7 @@ source_suffix = ['.rst', '.md']
 master_doc = 'index'
 
 # General information about the project.
-report_week = '07'
+report_week = '08'
 project = u'FD.io CSIT-1901.{week}'.format(week=report_week)
 copyright = u'2019, FD.io'
 author = u'FD.io CSIT'
index 1066083..55754b5 100755 (executable)
@@ -38,7 +38,7 @@ export PYTHONPATH=`pwd`
 python pal.py \
     --specification specification.yaml \
     --release ${RELEASE} \
-    --week "07" \
+    --week "08" \
     --logging INFO \
     --force