Report: Configure report 1904.24 53/20053/1
authorTibor Frank <tifrank@cisco.com>
Mon, 10 Jun 2019 10:08:21 +0000 (12:08 +0200)
committerTibor Frank <tifrank@cisco.com>
Mon, 10 Jun 2019 10:08:21 +0000 (12:08 +0200)
Change-Id: I4d6d913f0139fe0fab00668ec16081c04cc6bc0e
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 ba7cc25..21d7ae1 100644 (file)
@@ -6,6 +6,11 @@ FD.io CSIT-1904 Report history and per .[ww] revision changes are listed below.
 +----------------+------------------------------------------------------------+
 | .[ww] Revision | Changes                                                    |
 +================+============================================================+
 +----------------+------------------------------------------------------------+
 | .[ww] Revision | Changes                                                    |
 +================+============================================================+
+| .24            | 1. Added new data                                          |
+|                |                                                            |
+|                |    - VPP 3n-hsw NDRPDR full                                |
+|                |                                                            |
++----------------+------------------------------------------------------------+
 | .23            | 1. Added new data                                          |
 |                |                                                            |
 |                |    - VPP 3n-hsw NDRPDR full                                |
 | .23            | 1. Added new data                                          |
 |                |                                                            |
 |                |    - VPP 3n-hsw NDRPDR full                                |
index 19fc69e..6611f3c 100644 (file)
@@ -45,7 +45,7 @@ source_suffix = ['.rst', '.md']
 master_doc = 'index'
 
 # General information about the project.
 master_doc = 'index'
 
 # General information about the project.
-report_week = '23'
+report_week = '24'
 project = u'FD.io CSIT-1904.{week}'.format(week=report_week)
 copyright = u'2019, FD.io'
 author = u'FD.io CSIT'
 project = u'FD.io CSIT-1904.{week}'.format(week=report_week)
 copyright = u'2019, FD.io'
 author = u'FD.io CSIT'
index 795adae..23ffad7 100755 (executable)
@@ -38,7 +38,7 @@ export PYTHONPATH=`pwd`
 python pal.py \
     --specification specification.yaml \
     --release ${RELEASE} \
 python pal.py \
     --specification specification.yaml \
     --release ${RELEASE} \
-    --week "23" \
+    --week "24" \
     --logging INFO \
     --force
 
     --logging INFO \
     --force