diff options
author | Tibor Frank <tifrank@cisco.com> | 2020-11-24 14:22:32 +0100 |
---|---|---|
committer | Tibor Frank <tifrank@cisco.com> | 2020-11-26 11:47:48 +0100 |
commit | 52e3b0f6b6b4f92c5ee5ecf003623cb59c798290 (patch) | |
tree | 4e1d2b28330482b3f2fc0fb6264ae0ba823c2084 /resources/tools | |
parent | 37337e09e81af58459d8029b00ca50d0f8d5897a (diff) |
Report: Reorganize the NAT44 chapters
- packet throughput
- speed-up
Change-Id: I5d49ae2da54170e48c51db47e035d2121471be0d
Signed-off-by: Tibor Frank <tifrank@cisco.com>
Diffstat (limited to 'resources/tools')
-rw-r--r-- | resources/tools/presentation/conf.py | 2 | ||||
-rwxr-xr-x | resources/tools/presentation/run_report.sh | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/resources/tools/presentation/conf.py b/resources/tools/presentation/conf.py index d0db79e666..1bff7718ae 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'48' +report_week = u'49' project = u'FD.io CSIT-2009.{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 2f49b182bd..52757efbf7 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 "48" \ + --week "49" \ --logging INFO \ --force |