From 0df92678006f857a1ed051d9077868270ec1f543 Mon Sep 17 00:00:00 2001 From: Tibor Frank Date: Mon, 21 Sep 2020 10:52:09 +0200 Subject: [PATCH] PAL: Fix show runtime Change-Id: Id42f087b2e3874a362f17596740feab6af8029d9 Signed-off-by: Tibor Frank --- docs/report/introduction/report_history.rst | 2 +- resources/tools/presentation/conf.py | 2 +- resources/tools/presentation/input_data_parser.py | 3 ++- resources/tools/presentation/run_report.sh | 2 +- resources/tools/presentation/specification.yaml | 4 ++-- 5 files changed, 7 insertions(+), 6 deletions(-) diff --git a/docs/report/introduction/report_history.rst b/docs/report/introduction/report_history.rst index caa31ca611..9e34bfa1d7 100644 --- a/docs/report/introduction/report_history.rst +++ b/docs/report/introduction/report_history.rst @@ -6,7 +6,7 @@ FD.io CSIT-2005 Report history and per .[ww] revision changes are listed below. +----------------+------------------------------------------------------------+ | .[ww] Revision | Changes | +================+============================================================+ -| .38 | Initial version | +| .39 | Initial version | | | | +----------------+------------------------------------------------------------+ diff --git a/resources/tools/presentation/conf.py b/resources/tools/presentation/conf.py index d8a5aec234..9d991b4222 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'38' +report_week = u'39' 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/input_data_parser.py b/resources/tools/presentation/input_data_parser.py index 250032e5f9..fcaf4a0d8e 100644 --- a/resources/tools/presentation/input_data_parser.py +++ b/resources/tools/presentation/input_data_parser.py @@ -1229,7 +1229,8 @@ class ExecutionChecker(ResultVisitor): :returns: Nothing. """ if test_kw.name.count(u"Show Runtime On All Duts") or \ - test_kw.name.count(u"Show Runtime Counters On All Duts"): + test_kw.name.count(u"Show Runtime Counters On All Duts") or \ + test_kw.name.count(u"Vpp Show Runtime On All Duts"): self._msg_type = u"test-show-runtime" self._sh_run_counter += 1 else: diff --git a/resources/tools/presentation/run_report.sh b/resources/tools/presentation/run_report.sh index 9f6290e4b2..7f5e54bcca 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 "38" \ + --week "39" \ --logging INFO \ --force diff --git a/resources/tools/presentation/specification.yaml b/resources/tools/presentation/specification.yaml index 199d299d16..05c1e97557 100644 --- a/resources/tools/presentation/specification.yaml +++ b/resources/tools/presentation/specification.yaml @@ -2401,8 +2401,8 @@ format: html: - full - pdf: - - minimal +# pdf: +# - minimal ################################################################################ ### T A B L E S ### -- 2.16.6