diff options
author | Tibor Frank <tifrank@cisco.com> | 2020-05-07 10:31:57 +0200 |
---|---|---|
committer | Tibor Frank <tifrank@cisco.com> | 2020-05-07 11:01:26 +0200 |
commit | e366689b9e735bc3c1de0687fe3f5363584f60a5 (patch) | |
tree | 12ff38ed0034f94a4f581818891e17c0ba19f22d /resources | |
parent | 842a6bd46b2dd5479bcebb24c4ef3f42cf33477c (diff) |
Report 1908.2: Configure report 1908.2.20
Signed-off-by: Tibor Frank <tifrank@cisco.com>
Change-Id: I01615129a0172d6ae9da4c9c5ef914ba5f389f64
Diffstat (limited to 'resources')
-rw-r--r-- | resources/tools/presentation/conf.py | 2 | ||||
-rwxr-xr-x | resources/tools/presentation/run_report.sh | 2 | ||||
-rw-r--r-- | resources/tools/presentation/specification.yaml | 12 |
3 files changed, 8 insertions, 8 deletions
diff --git a/resources/tools/presentation/conf.py b/resources/tools/presentation/conf.py index 7e65dd6aab..ec8f54d550 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'19' +report_week = u'20' project = u'FD.io CSIT-1908.2.{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 348f3e9c5a..219e8600c2 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 "19" \ + --week "20" \ --logging INFO \ --force diff --git a/resources/tools/presentation/specification.yaml b/resources/tools/presentation/specification.yaml index 1cb9909b56..416fd8ea46 100644 --- a/resources/tools/presentation/specification.yaml +++ b/resources/tools/presentation/specification.yaml @@ -1094,7 +1094,7 @@ legend: - "Legend to Table" - "1904, 1908.1, 1908.2 - VPP versions tested." - - "Diff - difference between 1908 and 2001 VPP version." + - "Diff - difference between 1908.1 and 1908.2 VPP version." # VPP Performance Changes 3n-skx 2t1c ndr - type: "table" @@ -1120,7 +1120,7 @@ legend: - "Legend to Table" - "1904, 1908.1, 1908.2 - VPP versions tested." - - "Diff - difference between 1908 and 2001 VPP version." + - "Diff - difference between 1908.1 and 1908.2 VPP version." # VPP Performance Changes 2n-skx 2t1c pdr - type: "table" @@ -1146,7 +1146,7 @@ legend: - "Legend to Table" - "1904, 1908.1, 1908.2 - VPP versions tested." - - "Diff - difference between 1908 and 2001 VPP version." + - "Diff - difference between 1908.1 and 1908.2 VPP version." # VPP Performance Changes 2n-skx 2t1c ndr - type: "table" @@ -1172,7 +1172,7 @@ legend: - "Legend to Table" - "1904, 1908.1, 1908.2 - VPP versions tested." - - "Diff - difference between 1908 and 2001 VPP version." + - "Diff - difference between 1908.1 and 1908.2 VPP version." # VPP Performance Changes 2n-clx 2t1c pdr - type: "table" @@ -1195,7 +1195,7 @@ legend: - "Legend to Table" - "1908.1, 1908.2 - VPP versions tested." - - "Diff - difference between 1908 and 2001 VPP version." + - "Diff - difference between 1908.1 and 1908.2 VPP version." # VPP Performance Changes 2n-clx 2t1c ndr - type: "table" @@ -1218,7 +1218,7 @@ legend: - "Legend to Table" - "1908.1, 1908.2 - VPP versions tested." - - "Diff - difference between 1908 and 2001 VPP version." + - "Diff - difference between 1908.1 and 1908.2 VPP version." # VPP Comparison Across Testbeds 2n-skx to 2n-clx 2t1c ndr - type: "table" |