Skip to content

Commit 5bd6c8c

Browse files
committed
virt: Move IP,MAC conflict detection tests to Pending
Signed-off-by: Ram Lavi <[email protected]>
1 parent 1666ca0 commit 5bd6c8c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/extended/networking/livemigration.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ var _ = Describe("[sig-network][OCPFeatureGate:PersistentIPsForVirtualization][F
317317
preconfiguredMAC: "02:0A:0B:0C:0D:51",
318318
},
319319
),
320-
Entry(
320+
PEntry(
321321
"[OCPFeatureGate:PreconfiguredUDNAddresses] when the VM with preconfigured IP address is created when the address is already taken",
322322
networkAttachmentConfigParams{
323323
name: nadName,
@@ -331,7 +331,7 @@ var _ = Describe("[sig-network][OCPFeatureGate:PersistentIPsForVirtualization][F
331331
preconfiguredIPs: []string{"203.203.0.100", "2014:100:200::100"},
332332
},
333333
),
334-
Entry(
334+
PEntry(
335335
"[OCPFeatureGate:PreconfiguredUDNAddresses] when the VM with preconfigured MAC address is created when the address is already taken",
336336
networkAttachmentConfigParams{
337337
name: nadName,

0 commit comments

Comments
 (0)