Skip to content

Commit ce4686e

Browse files
committed
smoketest: T3871: enable allow-unsupported-nics for vpp config migration test
eth4 in the vpp migration test config is not a validated VPP NIC, so vyos-configtest failed on commit with "NIC used by eth4 is not validated for VPP". Add allow-unsupported-nics to the input config and its matching assert file.
1 parent 9e1797c commit ce4686e

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

smoketest/configs/assert/vpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ set interfaces vpp loopback vpplo12 description 'Loop12'
3939
set interfaces vpp vxlan vppvxlan10 remote '192.0.2.2'
4040
set interfaces vpp vxlan vppvxlan10 source-address '192.0.2.1'
4141
set interfaces vpp vxlan vppvxlan10 vni '10'
42+
set vpp settings allow-unsupported-nics
4243
set vpp settings interface eth1
4344
set vpp settings interface eth2
4445
set vpp settings interface eth3

smoketest/configs/vpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ vpp {
111111
}
112112
}
113113
settings {
114+
allow-unsupported-nics
114115
interface eth1 {
115116
driver "dpdk"
116117
}

0 commit comments

Comments
 (0)