aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTibor Frank <tifrank@cisco.com>2020-06-25 21:02:50 +0200
committerTibor Frank <tifrank@cisco.com>2020-06-25 21:02:50 +0200
commitac20f1386cc9e0a03c79a1a37e9199e7e7e509ed (patch)
tree1865fbd13ffab324b86e81d7dbe6b76ec5bacfa4
parent6669a25b6e606387f170ceeca40ca243a72af27b (diff)
Report 2001: Configure rls2001.26rls2001
Signed-off-by: Tibor Frank <tifrank@cisco.com> Change-Id: I6fe7168c74cd12d25567ffb9f18c0441b45391f3
-rw-r--r--docs/report/introduction/report_history.rst4
-rw-r--r--resources/tools/presentation/conf.py2
-rwxr-xr-xresources/tools/presentation/run_report.sh2
3 files changed, 6 insertions, 2 deletions
diff --git a/docs/report/introduction/report_history.rst b/docs/report/introduction/report_history.rst
index 80fdaca629..686b4e911a 100644
--- a/docs/report/introduction/report_history.rst
+++ b/docs/report/introduction/report_history.rst
@@ -6,6 +6,10 @@ FD.io CSIT-2001 Report history and per .[ww] revision changes are listed below.
+----------------+------------------------------------------------------------+
| .[ww] Revision | Changes |
+================+============================================================+
+| .26 | Close RCA2 item for ipsec. |
++----------------+------------------------------------------------------------+
+| .25 | Skipped. |
++----------------+------------------------------------------------------------+
| .24 | 1. Updated Root Cause Analysis for VPP performance tests |
| | 2n-skx and 3n-skx. |
+----------------+------------------------------------------------------------+
diff --git a/resources/tools/presentation/conf.py b/resources/tools/presentation/conf.py
index 9b638bb1e5..82e5aeb73f 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'24'
+report_week = u'26'
project = u'FD.io CSIT-2001.{week}'.format(week=report_week)
copyright = u'2020, FD.io'
author = u'FD.io CSIT'
diff --git a/resources/tools/presentation/run_report.sh b/resources/tools/presentation/run_report.sh
index 3eb568255f..3038ade2b4 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 "24" \
+ --week "26" \
--logging INFO \
--force