File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff 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" ,
Original file line number Diff line number Diff 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" )
You can’t perform that action at this time.
0 commit comments