From af00c479f2c3b6efda9ae46c030252edc7b7d795 Mon Sep 17 00:00:00 2001 From: pmikus Date: Mon, 11 Sep 2023 12:17:55 +0000 Subject: fix(core): 1n_spr Signed-off-by: pmikus Change-Id: I38aeb3d75793addafb44f407fabf6bac6705b682 (cherry picked from commit 604c94f5437d77c5e324b5960cf553bb29fe1644) --- resources/libraries/bash/function/device.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/libraries/bash/function/device.sh b/resources/libraries/bash/function/device.sh index b92a84ddce..92dca0653b 100644 --- a/resources/libraries/bash/function/device.sh +++ b/resources/libraries/bash/function/device.sh @@ -326,7 +326,7 @@ function get_available_interfaces () { pci_id="0x1889" tg_netdev=(ens2) dut1_netdev=(ens4) - ports_per_nic=1 + ports_per_nic=2 ;; "1n_vbox") # Add Intel Corporation 82545EM Gigabit Ethernet Controller to the -- cgit 1.2.3-korg