Trending: Fix bugs in 2n-tx2 67/30867/2
authorTibor Frank <tifrank@cisco.com>
Thu, 21 Jan 2021 06:09:02 +0000 (07:09 +0100)
committerTibor Frank <tifrank@cisco.com>
Thu, 21 Jan 2021 11:25:21 +0000 (11:25 +0000)
Change-Id: I5522e2cb37b9e319bfde009297525179da2e50f7
Signed-off-by: Tibor Frank <tifrank@cisco.com>
resources/tools/presentation/generator_alerts.py

index 156e99c..02d5703 100644 (file)
@@ -353,7 +353,7 @@ class Alerting:
             try:
                 groups = re.search(
                     re.compile(
-                        r'((vpp|dpdk)-\dn-(skx|clx|hsw|tsh|dnv|zn2)-.*)'
+                        r'((vpp|dpdk)-\dn-(skx|clx|hsw|tsh|dnv|zn2|tx2)-.*)'
                     ),
                     test_set
                 )