aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTibor Frank <tifrank@cisco.com>2019-05-24 09:33:58 +0200
committerTibor Frank <tifrank@cisco.com>2019-05-24 07:35:07 +0000
commit1c9529bd1c545f1ecae0cbcbed2b26c9e3c7186a (patch)
tree9dca3733d42c254f7bb01df05df7e6637e20b425
parent70c7edb8a1b22f0cb94af062dbc63917ef295ff0 (diff)
Report: Configure Report 1904.22
Change-Id: Ic8d5a9a856658a2a2661cae8abd8d3b1127b4ff8 Signed-off-by: Tibor Frank <tifrank@cisco.com> (cherry picked from commit 260238857d4b9f3aabb474bd78dfeff0e4a37fbc)
-rw-r--r--docs/report/introduction/report_history.rst19
-rw-r--r--resources/tools/presentation/conf.py2
-rwxr-xr-xresources/tools/presentation/run_report.sh2
3 files changed, 14 insertions, 9 deletions
diff --git a/docs/report/introduction/report_history.rst b/docs/report/introduction/report_history.rst
index 4dbd467e2c..cd3f02848d 100644
--- a/docs/report/introduction/report_history.rst
+++ b/docs/report/introduction/report_history.rst
@@ -6,22 +6,27 @@ FD.io CSIT-1904 Report history and per .[ww] revision changes are listed below.
+----------------+------------------------------------------------------------+
| .[ww] Revision | Changes |
+================+============================================================+
+| .22 | 1. Added new data |
+| | |
+| | - VPP 3n-hsw NDRPDR full |
+| | |
++----------------+------------------------------------------------------------+
| .21 | 1. Added new data |
| | |
-| | - VPP 3n-hsw NDRPDR full |
-| | - VPP 2n-skx NFV NDRPDR 64b and IMIX |
+| | - VPP 3n-hsw NDRPDR full |
+| | - VPP 2n-skx NFV NDRPDR 64b and IMIX |
| | |
| | 2. Added missing results |
| | |
-| | - VPP functional tests Ubuntu |
-| | - VPP device tests |
+| | - VPP functional tests Ubuntu |
+| | - VPP device tests |
| | |
+----------------+------------------------------------------------------------+
| .20 | 1. Added new data |
| | |
-| | - VPP 3n-hsw NDRPDR selected |
-| | - VPP 3n-skx NDRPDR full |
-| | - VPP 2n-skx NFV NDRPDR 64b and IMIX |
+| | - VPP 3n-hsw NDRPDR selected |
+| | - VPP 3n-skx NDRPDR full |
+| | - VPP 2n-skx NFV NDRPDR 64b and IMIX |
| | |
| | 2. Added Soak tests |
| | |
diff --git a/resources/tools/presentation/conf.py b/resources/tools/presentation/conf.py
index a8fedff704..342abcdef2 100644
--- a/resources/tools/presentation/conf.py
+++ b/resources/tools/presentation/conf.py
@@ -45,7 +45,7 @@ source_suffix = ['.rst', '.md']
master_doc = 'index'
# General information about the project.
-report_week = '21'
+report_week = '22'
project = u'FD.io CSIT-1904.{week}'.format(week=report_week)
copyright = u'2019, FD.io'
author = u'FD.io CSIT'
diff --git a/resources/tools/presentation/run_report.sh b/resources/tools/presentation/run_report.sh
index 6a39f6bbaf..3c9aab8157 100755
--- a/resources/tools/presentation/run_report.sh
+++ b/resources/tools/presentation/run_report.sh
@@ -38,7 +38,7 @@ export PYTHONPATH=`pwd`
python pal.py \
--specification specification.yaml \
--release ${RELEASE} \
- --week "21" \
+ --week "22" \
--logging INFO \
--force