Skip to content

Commit

Permalink
Merge pull request spidernet-io#3743 from ty-dc/fix/kubevirt-ci
Browse files Browse the repository at this point in the history
e2e fix: skip About passt network core binding e2e
  • Loading branch information
weizhoublue authored Jul 25, 2024
2 parents 7a06079 + 6603281 commit b494c47
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion test/e2e/kubevirt/kubevirt_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,10 @@ var _ = Describe("test kubevirt", Label("kubevirt"), func() {
})
})

It("Succeed to keep static IP for kubevirt VM/VMI after restarting the VM/VMI pod", Label("F00001"), func() {
// TODO(ty-dc): Kubevirt removed support for passt network core binding in v1.3, see https://github.com/kubevirt/kubevirt/pull/11915
// The reason for removal is: "Network Core Binding has not yet reached GA level",
// but the feature has not been abandoned? Temporarily pending e2e, follow up later.
It("Succeed to keep static IP for kubevirt VM/VMI after restarting the VM/VMI pod", Label("F00001"), Pending, func() {
// VM crash with Passt network mode: https://github.com/kubevirt/kubevirt/issues/10583
// reference spiderpool CI issue: https://github.com/spidernet-io/spiderpool/issues/2460
if !frame.Info.IpV4Enabled && frame.Info.IpV6Enabled {
Expand Down

0 comments on commit b494c47

Please sign in to comment.