Trending: Add identification of DUT to alerting email
[csit.git] / resources / tools / presentation / generator_alerts.py
index 8e4f31e..c6446f8 100644 (file)
@@ -350,7 +350,7 @@ class Alerting:
         for idx, test_set in enumerate(alert.get(u"include", list())):
             try:
                 test_set_short = re.search(
-                    re.compile(r'(\dn-(skx|clx|hsw|tsh|dnv)-.*)'),
+                    re.compile(r'((vpp|dpdk)-\dn-(skx|clx|hsw|tsh|dnv)-.*)'),
                     test_set
                 ).group(1)
             except (AttributeError, IndexError):