Skip to content

Commit 31180b3

Browse files
committed
Fix validation unit-test
Signed-off-by: Sebastian Sch <[email protected]>
1 parent c32cdb3 commit 31180b3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkg/webhook/validate_test.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1213,15 +1213,15 @@ func TestValidatePolicyForNodeStateWithValidVFAndNetFilter(t *testing.T) {
12131213
{
12141214
VFs: []VirtualFunction{
12151215
{
1216-
DeviceID: "154c",
1216+
DeviceID: "158b",
12171217
Driver: "iavf",
12181218
PciAddress: "0000:86:00.1",
12191219
Mtu: 1500,
12201220
VfID: 0,
12211221
},
12221222
},
1223-
DeviceID: "154c",
1224-
Driver: "iavf",
1223+
DeviceID: "158b",
1224+
Driver: "i40e",
12251225
Mtu: 1500,
12261226
Name: "ens803f0",
12271227
PciAddress: "0000:86:00.0",

0 commit comments

Comments
 (0)