From: Tibor Frank Date: Fri, 27 Jan 2023 06:44:35 +0000 (+0100) Subject: C-Dash: Add mlx5 driver X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=commitdiff_plain;h=73d84097f413bf9727f5a2fa91cd803b25bf5315 C-Dash: Add mlx5 driver Signed-off-by: Tibor Frank Change-Id: I4243f4547380869ac51727cbd634c52618a082f0 --- diff --git a/csit.infra.dash/app/cdash/utils/constants.py b/csit.infra.dash/app/cdash/utils/constants.py index 6885ac55bf..135f06f4d4 100644 --- a/csit.infra.dash/app/cdash/utils/constants.py +++ b/csit.infra.dash/app/cdash/utils/constants.py @@ -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 = {