Report: Configure rls2101.09 32/31432/1
authorTibor Frank <tifrank@cisco.com>
Thu, 25 Feb 2021 06:33:33 +0000 (07:33 +0100)
committerTibor Frank <tifrank@cisco.com>
Thu, 25 Feb 2021 06:33:33 +0000 (07:33 +0100)
Change-Id: Ib61e7643c2072d9f0e8cdec3bb7e0328bd25d60a
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 191ce28..5c29f06 100644 (file)
@@ -7,7 +7,7 @@ below.
 +----------------+------------------------------------------------------------+
 | .[ww] Revision | Changes                                                    |
 +================+============================================================+
 +----------------+------------------------------------------------------------+
 | .[ww] Revision | Changes                                                    |
 +================+============================================================+
-| .08            | Added GSO tests                                            |
+| .09            | Added GSO tests                                            |
 |                |                                                            |
 +----------------+------------------------------------------------------------+
 | .07            | Initial revision                                           |
 |                |                                                            |
 +----------------+------------------------------------------------------------+
 | .07            | Initial revision                                           |
index ba6f947..b9de3b9 100644 (file)
@@ -46,7 +46,7 @@ source_suffix = [u'.rst', u'.md']
 master_doc = u'index'
 
 # General information about the project.
 master_doc = u'index'
 
 # General information about the project.
-report_week = u'08'
+report_week = u'09'
 project = u'FD.io CSIT-2101.{week}'.format(week=report_week)
 copyright = u'2021, FD.io'
 author = u'FD.io CSIT'
 project = u'FD.io CSIT-2101.{week}'.format(week=report_week)
 copyright = u'2021, FD.io'
 author = u'FD.io CSIT'
index 181d9db..e36eee3 100755 (executable)
@@ -38,7 +38,7 @@ export PYTHONPATH=`pwd`:`pwd`/../../../:`pwd`/../../libraries/python
 python pal.py \
     --specification specification.yaml \
     --release ${RELEASE} \
 python pal.py \
     --specification specification.yaml \
     --release ${RELEASE} \
-    --week "08" \
+    --week "09" \
     --logging INFO \
     --force
 
     --logging INFO \
     --force