PAL: Add latency by percentile graph
[csit.git] / resources / tools / presentation / input_data_parser.py
index eeabaa8..574f495 100644 (file)
@@ -654,9 +654,9 @@ class ExecutionChecker(ResultVisitor):
             },
         }
 
-        groups = re.search(self.REGEX_NDRPDR_LAT, msg)
+        groups = re.search(self.REGEX_NDRPDR_LAT_LONG, msg)
         if groups is None:
-            groups = re.search(self.REGEX_NDRPDR_LAT_LONG, msg)
+            groups = re.search(self.REGEX_NDRPDR_LAT, msg)
 
         if groups is None:
             return latency, u"FAIL"