aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTibor Frank <tifrank@cisco.com>2021-02-25 07:33:33 +0100
committerTibor Frank <tifrank@cisco.com>2021-02-25 07:33:33 +0100
commit466ebbe92072c3b525a199b6f6601e8ece82e0d4 (patch)
tree3c276d24308776f91634d386903a8d8f42b9c3aa
parent572184f5dce9c564ee6fe132e0a22eff7ee75e02 (diff)
Report: Configure rls2101.09
Change-Id: Ib61e7643c2072d9f0e8cdec3bb7e0328bd25d60a Signed-off-by: Tibor Frank <tifrank@cisco.com>
-rw-r--r--docs/report/introduction/report_history.rst2
-rw-r--r--resources/tools/presentation/conf.py2
-rwxr-xr-xresources/tools/presentation/run_report.sh2
3 files changed, 3 insertions, 3 deletions
diff --git a/docs/report/introduction/report_history.rst b/docs/report/introduction/report_history.rst
index 191ce28bdc..5c29f06b73 100644
--- a/docs/report/introduction/report_history.rst
+++ b/docs/report/introduction/report_history.rst
@@ -7,7 +7,7 @@ below.
+----------------+------------------------------------------------------------+
| .[ww] Revision | Changes |
+================+============================================================+
-| .08 | Added GSO tests |
+| .09 | Added GSO tests |
| | |
+----------------+------------------------------------------------------------+
| .07 | Initial revision |
diff --git a/resources/tools/presentation/conf.py b/resources/tools/presentation/conf.py
index ba6f947e1b..b9de3b9d00 100644
--- a/resources/tools/presentation/conf.py
+++ b/resources/tools/presentation/conf.py
@@ -46,7 +46,7 @@ source_suffix = [u'.rst', u'.md']
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'
diff --git a/resources/tools/presentation/run_report.sh b/resources/tools/presentation/run_report.sh
index 181d9db647..e36eee37c3 100755
--- a/resources/tools/presentation/run_report.sh
+++ b/resources/tools/presentation/run_report.sh
@@ -38,7 +38,7 @@ export PYTHONPATH=`pwd`:`pwd`/../../../:`pwd`/../../libraries/python
python pal.py \
--specification specification.yaml \
--release ${RELEASE} \
- --week "08" \
+ --week "09" \
--logging INFO \
--force