PAL: Fix show runtime 33/28933/1
authorTibor Frank <tifrank@cisco.com>
Mon, 21 Sep 2020 08:52:09 +0000 (10:52 +0200)
committerTibor Frank <tifrank@cisco.com>
Mon, 21 Sep 2020 08:53:42 +0000 (08:53 +0000)
Change-Id: Id42f087b2e3874a362f17596740feab6af8029d9
Signed-off-by: Tibor Frank <tifrank@cisco.com>
(cherry picked from commit 0df92678006f857a1ed051d9077868270ec1f543)

docs/report/introduction/report_history.rst
resources/tools/presentation/conf.py
resources/tools/presentation/input_data_parser.py
resources/tools/presentation/run_report.sh
resources/tools/presentation/specification.yaml

index caa31ca..9e34bfa 100644 (file)
@@ -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                                            |
 |                |                                                            |
 +----------------+------------------------------------------------------------+
 
index d8a5aec..9d991b4 100644 (file)
@@ -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'
index 250032e..fcaf4a0 100644 (file)
@@ -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:
index 9f6290e..7f5e54b 100755 (executable)
@@ -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
 
index 199d299..05c1e97 100644 (file)
   format:
     html:
     - full
-    pdf:
-    - minimal
+#    pdf:
+#    - minimal
 
 ################################################################################
 ###                               T A B L E S                                ###