diff options
author | Tibor Frank <tifrank@cisco.com> | 2020-11-24 14:22:32 +0100 |
---|---|---|
committer | Tibor Frank <tifrank@cisco.com> | 2020-11-26 10:49:04 +0000 |
commit | 5fa924d35afaa5d5c3ace3c3334c63f223c2f559 (patch) | |
tree | ff257a23c8a7e412a6247ed3c887003a7fdda8ab /resources/tools | |
parent | 51c348a597475f724adf1e1808d67df3e8baeb3e (diff) |
Report: Reorganize the NAT44 chapters
- packet throughput
- speed-up
Change-Id: I5d49ae2da54170e48c51db47e035d2121471be0d
Signed-off-by: Tibor Frank <tifrank@cisco.com>
(cherry picked from commit 52e3b0f6b6b4f92c5ee5ecf003623cb59c798290)
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 |