test/nvmf: Add more Nvidia NIC IDs

Even though these NICs are not used by Community CI,
all tests fail if to run on a system with
CX6 Dx, CX7, BF2 and BF3.

Signed-off-by: Alexey Marchuk <alexeymar@nvidia.com>
Change-Id: I23aaf8ddbc5b165f0a4372108d1f4b34f0b2ccf7
Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/17166
Reviewed-by: Shuhei Matsumoto <smatsumoto@nvidia.com>
Reviewed-by: Karol Latecki <karol.latecki@intel.com>
Reviewed-by: Ben Walker <benjamin.walker@intel.com>
Reviewed-by: Jim Harris <james.r.harris@intel.com>
Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
This commit is contained in:
Alexey Marchuk 2023-03-13 09:40:17 +01:00 committed by David Ko
parent ec13730033
commit a1ae05bb3f

View File

@ -1,5 +1,6 @@
# SPDX-License-Identifier: BSD-3-Clause
# Copyright (C) 2016 Intel Corporation
# Copyright (c) 2023 NVIDIA CORPORATION & AFFILIATES
# All rights reserved.
#
@ -293,6 +294,14 @@ function gather_supported_nvmf_pci_devs() {
e810+=(${pci_bus_cache["$intel:0x159b"]})
# X722 10G
x722+=(${pci_bus_cache["$intel:0x37d2"]})
# BlueField 3
mlx+=(${pci_bus_cache["$mellanox:0xa2dc"]})
# ConnectX-7
mlx+=(${pci_bus_cache["$mellanox:0x1021"]})
# BlueField 2
mlx+=(${pci_bus_cache["$mellanox:0xa2d6"]})
# ConnectX-6 Dx
mlx+=(${pci_bus_cache["$mellanox:0x101d"]})
# ConnectX-5
mlx+=(${pci_bus_cache["$mellanox:0x1017"]})
mlx+=(${pci_bus_cache["$mellanox:0x1019"]})