Trending: Fix bugs in 2n-tx2 30/30830/1
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:26:22 +0000 (11:26 +0000)
Change-Id: I5522e2cb37b9e319bfde009297525179da2e50f7
Signed-off-by: Tibor Frank <tifrank@cisco.com>
(cherry picked from commit 7f7f2fd7363637d0da626a28bb8a0b357d314a9d)

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
                 )