From 23f41c5aaa6bb089c2b2ceda0f6265700ea0f1ca Mon Sep 17 00:00:00 2001 From: pmikus Date: Tue, 12 Sep 2023 07:04:31 +0000 Subject: fix(core): 1n_spr Signed-off-by: pmikus Change-Id: Ia8067fb1683295fb711bbba81a35b0e6d18b084f --- resources/libraries/bash/function/device.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'resources/libraries') diff --git a/resources/libraries/bash/function/device.sh b/resources/libraries/bash/function/device.sh index 92dca0653b..93bc2ca82b 100644 --- a/resources/libraries/bash/function/device.sh +++ b/resources/libraries/bash/function/device.sh @@ -324,9 +324,9 @@ function get_available_interfaces () { # Add Intel Corporation E810 Virtual Function to the # whitelist. pci_id="0x1889" - tg_netdev=(ens2) - dut1_netdev=(ens4) - ports_per_nic=2 + tg_netdev=(enp42s0 enp44s0) + dut1_netdev=(enp61s0 enp63s0) + ports_per_nic=1 ;; "1n_vbox") # Add Intel Corporation 82545EM Gigabit Ethernet Controller to the -- cgit 1.2.3-korg