From 5fa924d35afaa5d5c3ace3c3334c63f223c2f559 Mon Sep 17 00:00:00 2001 From: Tibor Frank Date: Tue, 24 Nov 2020 14:22:32 +0100 Subject: Report: Reorganize the NAT44 chapters - packet throughput - speed-up Change-Id: I5d49ae2da54170e48c51db47e035d2121471be0d Signed-off-by: Tibor Frank (cherry picked from commit 52e3b0f6b6b4f92c5ee5ecf003623cb59c798290) --- resources/tools/presentation/conf.py | 2 +- resources/tools/presentation/run_report.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'resources/tools/presentation') 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 -- cgit 1.2.3-korg