CSIT-1404: Add data pre-processing for "service density" graphs 65/16965/1
authorTibor Frank <tifrank@cisco.com>
Tue, 22 Jan 2019 12:04:01 +0000 (13:04 +0100)
committerTibor Frank <tifrank@cisco.com>
Tue, 22 Jan 2019 12:04:01 +0000 (13:04 +0100)
Change-Id: If9c1a9ee3cf21640e2153b52693903c29791c7ce
Signed-off-by: Tibor Frank <tifrank@cisco.com>
resources/tools/presentation/generator_plots.py

index 79ccf61..dd6c50d 100644 (file)
@@ -1097,7 +1097,7 @@ def plot_service_density_heatmap(plot, input_data):
     """
 
     REGEX_CN = re.compile(r'^(\d*)C(\d*)N$')
-    
+
     txt_chains = list()
     txt_nodes = list()
     vals = dict()
@@ -1109,7 +1109,7 @@ def plot_service_density_heatmap(plot, input_data):
     if data is None:
         logging.error("No data.")
         return
-    
+
     for job in data:
         for build in job:
             for test in build: