Skip to content

Commit

Permalink
ipv6 single stack, e2e: skip tests that are not supported with no RA
Browse files Browse the repository at this point in the history
Skip tests that are not supported until RA is introduced -
issue- #7184

Signed-off-by: Alona Kaplan <alkaplan@redhat.com>
  • Loading branch information
AlonaKaplan committed Feb 6, 2022
1 parent ed242a5 commit ff41439
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/network/vmi_subdomain.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,9 @@ var _ = SIGDescribe("Subdomain", func() {
virtClient, err = kubecli.GetKubevirtClient()
Expect(err).NotTo(HaveOccurred(), "Should successfully initialize an API client")

// Should be skipped as long as masquerade binding doesn't have dhcpv6 + ra (issue- https://github.com/kubevirt/kubevirt/issues/7184)
libnet.SkipWhenClusterNotSupportIpv4(virtClient)

tests.BeforeTestCleanup()
})

Expand Down

0 comments on commit ff41439

Please sign in to comment.