C-Dash: Add mlx5 driver 55/38055/1
authorTibor Frank <tifrank@cisco.com>
Fri, 27 Jan 2023 06:44:35 +0000 (07:44 +0100)
committerTibor Frank <tifrank@cisco.com>
Fri, 27 Jan 2023 06:44:35 +0000 (07:44 +0100)
Signed-off-by: Tibor Frank <tifrank@cisco.com>
Change-Id: I4243f4547380869ac51727cbd634c52618a082f0

csit.infra.dash/app/cdash/utils/constants.py

index 6885ac5..135f06f 100644 (file)
@@ -111,7 +111,7 @@ class Constants:
     PLACEHOLDER = html.Nobr("")
 
     # List of drivers used in CSIT.
-    DRIVERS = ("avf", "af-xdp", "rdma", "dpdk")
+    DRIVERS = ("avf", "af-xdp", "rdma", "dpdk", "mlx5")
 
     # Labels for input elements (dropdowns, ...).
     LABELS = {