diff options
author | Tibor Frank <tifrank@cisco.com> | 2020-09-21 10:52:09 +0200 |
---|---|---|
committer | Tibor Frank <tifrank@cisco.com> | 2020-09-21 10:52:09 +0200 |
commit | 0df92678006f857a1ed051d9077868270ec1f543 (patch) | |
tree | 3ddd6ec57d1b2ceef4891efd593c0ec2f0f7a19a /resources/tools | |
parent | 0e3903c0ebdf1cb8e95b096012539cb7925ea6d0 (diff) |
PAL: Fix show runtime
Change-Id: Id42f087b2e3874a362f17596740feab6af8029d9
Signed-off-by: Tibor Frank <tifrank@cisco.com>
Diffstat (limited to 'resources/tools')
-rw-r--r-- | resources/tools/presentation/conf.py | 2 | ||||
-rw-r--r-- | resources/tools/presentation/input_data_parser.py | 3 | ||||
-rwxr-xr-x | resources/tools/presentation/run_report.sh | 2 | ||||
-rw-r--r-- | resources/tools/presentation/specification.yaml | 4 |
4 files changed, 6 insertions, 5 deletions
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 ### |