Report: Fixes
[csit.git] / resources / tools / presentation / generator_plots.py
index 2849007..583445e 100644 (file)
@@ -1215,6 +1215,8 @@ def plot_tsa_name(plot, input_data):
                 limit = plot[u"limits"][u"nic"][u"cx556a"]
             elif u"e810cq" in test_name:
                 limit = plot[u"limits"][u"nic"][u"e810cq"]
                 limit = plot[u"limits"][u"nic"][u"cx556a"]
             elif u"e810cq" in test_name:
                 limit = plot[u"limits"][u"nic"][u"e810cq"]
+            elif u"e810xxv" in test_name:
+                limit = plot[u"limits"][u"nic"][u"e810xxv"]
             else:
                 limit = 0
             if limit > nic_limit:
             else:
                 limit = 0
             if limit > nic_limit: