Skip to content

Commit 25d4f1f

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

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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",

test/conformance/tests/test_aws_platform.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ import (
2222
"github.com/k8snetworkplumbingwg/sriov-network-operator/test/util/pod"
2323
)
2424

25-
var _ = FDescribe("[sriov] aws platform", Ordered, func() {
25+
var _ = Describe("[sriov] aws platform", Ordered, func() {
2626
BeforeAll(func() {
2727
if platformType != consts.AWS {
2828
Skip("AWS platform is not supported on non-AWS platforms")

0 commit comments

Comments
 (0)