aboutsummaryrefslogtreecommitdiffstats
path: root/resources
diff options
context:
space:
mode:
authorTibor Frank <tifrank@cisco.com>2020-09-21 10:52:09 +0200
committerTibor Frank <tifrank@cisco.com>2020-09-21 08:53:42 +0000
commit9632c44d6b93c12db87d02cd33350162bebddbbf (patch)
tree4feb1182835d712f9b1d6cdff33e2f7f1c28c0df /resources
parentd8abe44a9d9bdfbe1becb2e98c0ab5a870677b01 (diff)
PAL: Fix show runtime
Change-Id: Id42f087b2e3874a362f17596740feab6af8029d9 Signed-off-by: Tibor Frank <tifrank@cisco.com> (cherry picked from commit 0df92678006f857a1ed051d9077868270ec1f543)
Diffstat (limited to 'resources')
-rw-r--r--resources/tools/presentation/conf.py2
-rw-r--r--resources/tools/presentation/input_data_parser.py3
-rwxr-xr-xresources/tools/presentation/run_report.sh2
-rw-r--r--resources/tools/presentation/specification.yaml4
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 ###