Report: Fixes 89/25089/1
authorTibor Frank <tifrank@cisco.com>
Thu, 13 Feb 2020 12:55:07 +0000 (13:55 +0100)
committerTibor Frank <tifrank@cisco.com>
Thu, 13 Feb 2020 12:55:07 +0000 (13:55 +0100)
Change-Id: Iceb9f454b21034c0e7912692eeac402e793fef06
Signed-off-by: Tibor Frank <tifrank@cisco.com>
resources/tools/presentation/generator_files.py
resources/tools/presentation/generator_plots.py
resources/tools/presentation/specification.yaml

index d847d6a..4c39e6f 100644 (file)
@@ -129,7 +129,8 @@ def file_test_results(file_spec, input_data):
             if not (u"-ndrpdr" in suite[u"name"] or
                     u"-mrr" in suite[u"name"] or
                     u"-func" in suite[u"name"] or
             if not (u"-ndrpdr" in suite[u"name"] or
                     u"-mrr" in suite[u"name"] or
                     u"-func" in suite[u"name"] or
-                    u"-device" in suite[u"name"]):
+                    u"-device" in suite[u"name"] or
+                    u"-dev" in suite[u"name"]):
                 file_handler.write(f"\n{suite[u'name']}\n{title_line}\n")
 
             if _tests_in_suite(suite[u"name"], tests):
                 file_handler.write(f"\n{suite[u'name']}\n{title_line}\n")
 
             if _tests_in_suite(suite[u"name"], tests):
index 5d8654a..2fb4159 100644 (file)
@@ -1330,7 +1330,7 @@ def plot_nf_heatmap(plot, input_data):
     regex_cn = re.compile(r'^(\d*)R(\d*)C$')
     regex_test_name = re.compile(r'^.*-(\d+ch|\d+pl)-'
                                  r'(\d+mif|\d+vh)-'
     regex_cn = re.compile(r'^(\d*)R(\d*)C$')
     regex_test_name = re.compile(r'^.*-(\d+ch|\d+pl)-'
                                  r'(\d+mif|\d+vh)-'
-                                 r'(\d+vm\d+t|\d+dcr\d+t).*$')
+                                 r'(\d+vm\d+t|\d+dcr\d+t|\d+dcr\d+c).*$')
     vals = dict()
 
     # Transform the data
     vals = dict()
 
     # Transform the data
index 4a941e0..f411013 100644 (file)
 
     vpp-perf-results-3n-dnv:
       csit-vpp-perf-verify-2001-3n-dnv:
 
     vpp-perf-results-3n-dnv:
       csit-vpp-perf-verify-2001-3n-dnv:
-        - 13  # NDRPDR full
-        - 15  # NDRPDR full
         - 19  # NDRPDR full
         - 20  # NDRPDR full
         - 21  # NDRPDR full
         - 19  # NDRPDR full
         - 20  # NDRPDR full
         - 21  # NDRPDR full
       - 17  # NDRPDR sel
       - 18  # NDRPDR sel
       - 11  # MRR sel
       - 17  # NDRPDR sel
       - 18  # NDRPDR sel
       - 11  # MRR sel
-      - 13  # NDRPDR full
-      - 15  # NDRPDR full
       - 19  # NDRPDR full
       - 20  # NDRPDR full
       - 21  # NDRPDR full
       - 19  # NDRPDR full
       - 20  # NDRPDR full
       - 21  # NDRPDR full
   - "doc"
   - "level"
   - "parent"
   - "doc"
   - "level"
   - "parent"
-  data-start-level: 2
+  data-start-level: 3
 
 # VPP Device Configuration - Ubuntu
 - type: "file"
 
 # VPP Device Configuration - Ubuntu
 - type: "file"
   - "doc"
   - "level"
   - "parent"
   - "doc"
   - "level"
   - "parent"
-  data-start-level: 2
+  data-start-level: 3
 
 # DPDK Performance Results 3n-hsw
 - type: "file"
 
 # DPDK Performance Results 3n-hsw
 - type: "file"