CSIT-1112: Add link bonding tests to the Trending
[csit.git] / resources / tools / presentation / generator_tables.py
index 84a6a41..4fdd8c5 100644 (file)
@@ -819,6 +819,8 @@ def table_performance_trending_dashboard(table, input_data):
         classification_lst = classify_anomalies(data_t, window=14)
 
         if classification_lst:
+            if isnan(rel_change_last) and isnan(rel_change_long):
+                continue
             tbl_lst.append(
                 [tbl_dict[tst_name]["name"],
                  '-' if isnan(last_median_t) else
@@ -930,6 +932,9 @@ def table_performance_trending_dashboard_html(table, input_data):
                 if "memif" in item:
                     file_name = "container_memif.html"
 
+                elif "srv6" in item:
+                    file_name = "srv6.html"
+
                 elif "vhost" in item:
                     if "l2xcbase" in item or "l2bdbasemaclrn" in item:
                         file_name = "vm_vhost_l2.html"