diff options
author | Tibor Frank <tifrank@cisco.com> | 2020-03-30 07:44:17 +0200 |
---|---|---|
committer | Tibor Frank <tifrank@cisco.com> | 2020-03-30 07:44:17 +0200 |
commit | 0ed80e392d1ab253af67ab7a46d29804bfe84360 (patch) | |
tree | 64e23a4824839ed41496ed42db4ecf4ddc28e1be | |
parent | bb7d2f0580429eb17d048f484f25c05bb257b64c (diff) |
Report: COnfigure reoirt 2001.14
Change-Id: Ic899dbe5875238c36e83778c413c7943169ef8df
Signed-off-by: Tibor Frank <tifrank@cisco.com>
-rw-r--r-- | docs/report/introduction/report_history.rst | 4 | ||||
-rw-r--r-- | resources/tools/presentation/conf.py | 2 | ||||
-rwxr-xr-x | resources/tools/presentation/run_report.sh | 2 |
3 files changed, 5 insertions, 3 deletions
diff --git a/docs/report/introduction/report_history.rst b/docs/report/introduction/report_history.rst index bb5facc728..a8f47a9795 100644 --- a/docs/report/introduction/report_history.rst +++ b/docs/report/introduction/report_history.rst @@ -6,7 +6,7 @@ FD.io CSIT-2001 Report history and per .[ww] revision changes are listed below. +----------------+------------------------------------------------------------+ | .[ww] Revision | Changes | +================+============================================================+ -| .13 | 1. Added data: | +| .14 | 1. Added data: | | | | | | - VPP performance tests 2n-skx | | | | @@ -22,6 +22,8 @@ FD.io CSIT-2001 Report history and per .[ww] revision changes are listed below. | | 2n-skx and 3n-skx. | | | | +----------------+------------------------------------------------------------+ +| .13 | Skipped. | ++----------------+------------------------------------------------------------+ | .12 | Skipped. | +----------------+------------------------------------------------------------+ | .11 | 1. Added Soak tests | diff --git a/resources/tools/presentation/conf.py b/resources/tools/presentation/conf.py index a67b6d5be4..4b3688bb27 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'13' +report_week = u'14' 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 e4d1802f87..b4480fe0bc 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 "13" \ + --week "14" \ --logging INFO \ --force |