Skip to content

Commit

Permalink
tests: passt supports migration, update istio tests
Browse files Browse the repository at this point in the history
Signed-off-by: Alona Paz <[email protected]>
  • Loading branch information
AlonaKaplan committed Feb 26, 2024
1 parent bd43e4e commit 4ea7658
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/network/vmi_istio.go
Original file line number Diff line number Diff line change
Expand Up @@ -184,9 +184,6 @@ var istioTests = func(vmType VmType) {
}
BeforeEach(func() {
checks.SkipIfMigrationIsNotPossible()
if vmType == Passt {
Skip("passt doesn't support live migration.")
}
})
JustBeforeEach(func() {
sourcePodName = tests.GetVmPodName(virtClient, vmi)
Expand Down Expand Up @@ -475,6 +472,7 @@ var istioTestsWithPasstBinding = func() {
err := libkvconfig.WithNetBindingPlugin(passtBindingName, v1.InterfaceBindingPlugin{
SidecarImage: passtSidecarImage,
NetworkAttachmentDefinition: libnet.PasstNetAttDef,
Migration: &v1.InterfaceBindingMigration{Method: v1.LinkRefresh},
})
Expect(err).NotTo(HaveOccurred())
})
Expand Down

0 comments on commit 4ea7658

Please sign in to comment.