File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -317,7 +317,7 @@ var _ = Describe("[sig-network][OCPFeatureGate:PersistentIPsForVirtualization][F
317
317
preconfiguredMAC : "02:0A:0B:0C:0D:51" ,
318
318
},
319
319
),
320
- Entry (
320
+ PEntry (
321
321
"[OCPFeatureGate:PreconfiguredUDNAddresses] when the VM with preconfigured IP address is created when the address is already taken" ,
322
322
networkAttachmentConfigParams {
323
323
name : nadName ,
@@ -331,7 +331,7 @@ var _ = Describe("[sig-network][OCPFeatureGate:PersistentIPsForVirtualization][F
331
331
preconfiguredIPs : []string {"203.203.0.100" , "2014:100:200::100" },
332
332
},
333
333
),
334
- Entry (
334
+ PEntry (
335
335
"[OCPFeatureGate:PreconfiguredUDNAddresses] when the VM with preconfigured MAC address is created when the address is already taken" ,
336
336
networkAttachmentConfigParams {
337
337
name : nadName ,
You can’t perform that action at this time.
0 commit comments