aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--docs/report/introduction/report_history.rst3
-rw-r--r--resources/tools/presentation/specifications/report/environment.yaml2
-rw-r--r--resources/tools/presentation/sphinx_conf/report/conf.py2
3 files changed, 5 insertions, 2 deletions
diff --git a/docs/report/introduction/report_history.rst b/docs/report/introduction/report_history.rst
index 7957f037ee..be8dceccfc 100644
--- a/docs/report/introduction/report_history.rst
+++ b/docs/report/introduction/report_history.rst
@@ -7,6 +7,9 @@ below.
+----------------+-------------------------------------------------------------+
| .[ww] Revision | Changes |
+================+=============================================================+
+| .47 | 1. Added RCA. |
+| | |
++----------------+-------------------------------------------------------------+
| .46 | 1. Added wireguard tests for 3n-icx and 3n-snr. |
| | 2. Added NAT44 ED TCP tput tests for 2n-dnv. |
| | 3. Added iterative and coverage data. |
diff --git a/resources/tools/presentation/specifications/report/environment.yaml b/resources/tools/presentation/specifications/report/environment.yaml
index cf4418d0ba..004cb20796 100644
--- a/resources/tools/presentation/specifications/report/environment.yaml
+++ b/resources/tools/presentation/specifications/report/environment.yaml
@@ -154,7 +154,7 @@
file-format: ".gz"
enabled: True
- archive-inputs: True
+ archive-inputs: False
mapping-file: ""
diff --git a/resources/tools/presentation/sphinx_conf/report/conf.py b/resources/tools/presentation/sphinx_conf/report/conf.py
index e77a195fe6..4aa7e6244b 100644
--- a/resources/tools/presentation/sphinx_conf/report/conf.py
+++ b/resources/tools/presentation/sphinx_conf/report/conf.py
@@ -50,7 +50,7 @@ source_suffix = ['.rst', '.md']
master_doc = 'index'
# General information about the project.
-report_week = '46'
+report_week = '47'
project = 'FD.io CSIT-2210.{week}'.format(week=report_week)
copyright = '2022, FD.io'
author = 'FD.io CSIT'