From e8b2b5a90010999393cd92028dd7d274cc8852c7 Mon Sep 17 00:00:00 2001 From: Peter Mikus Date: Mon, 16 Dec 2019 12:14:44 +0000 Subject: Vagrant: Introduce CentOS8 + Full ansible compatibility - Docker currently not working in Centos8 as it was not yet released Signed-off-by: Peter Mikus Change-Id: I837091621db6bbebc9fee729496384cabe2f5357 --- resources/libraries/bash/function/device.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'resources/libraries/bash/function') diff --git a/resources/libraries/bash/function/device.sh b/resources/libraries/bash/function/device.sh index ce88ec8c46..fbdf56a7e1 100644 --- a/resources/libraries/bash/function/device.sh +++ b/resources/libraries/bash/function/device.sh @@ -291,8 +291,8 @@ function get_available_interfaces () { # Add Intel Corporation 82545EM Gigabit Ethernet Controller to the # whitelist. pci_id="0x100f" - tg_netdev=(enpTGa enpTGb) - dut1_netdev=(enpSUTa enpSUTb) + tg_netdev=(enp0s8 enp0s9) + dut1_netdev=(enp0s16 enp0s17) ;; *) die "Unknown specification: ${case_text}!" -- cgit 1.2.3-korg