diff options
author | Peter Mikus <pmikus@cisco.com> | 2019-12-16 12:14:44 +0000 |
---|---|---|
committer | Peter Mikus <pmikus@cisco.com> | 2019-12-16 16:10:52 +0000 |
commit | e8b2b5a90010999393cd92028dd7d274cc8852c7 (patch) | |
tree | 033db4da3b018393e633d32967d0d87addf7aaaf /resources/libraries/bash/function/device.sh | |
parent | ab5ed16c2f5ffdc754026f024cf7ff78e018637c (diff) |
Vagrant: Introduce CentOS8
+ Full ansible compatibility
- Docker currently not working in Centos8 as it was not yet released
Signed-off-by: Peter Mikus <pmikus@cisco.com>
Change-Id: I837091621db6bbebc9fee729496384cabe2f5357
Diffstat (limited to 'resources/libraries/bash/function/device.sh')
-rw-r--r-- | resources/libraries/bash/function/device.sh | 4 |
1 files changed, 2 insertions, 2 deletions
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}!" |