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 06:35:14 +0000
commit4a97b93d4c7c4de1724b4f139738cb3ad2b57d88 (patch)
tree8b38e6185c3391844b4dfc7b1b64ae43f17fa429
parentf90a4dfcfd43f9659c4abced1c56685e34eb8de6 (diff)
Report: Configure rls2101.09
Change-Id: Ib61e7643c2072d9f0e8cdec3bb7e0328bd25d60a Signed-off-by: Tibor Frank <tifrank@cisco.com> (cherry picked from commit 466ebbe92072c3b525a199b6f6601e8ece82e0d4)
-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