Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test/K8sServices: redeploy Cilium before fragment tracking tests #11663

Merged
merged 1 commit into from May 26, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
5 changes: 1 addition & 4 deletions test/k8sT/Services.go
Expand Up @@ -1105,10 +1105,6 @@ var _ = Describe("K8sServicesTest", func() {

AfterAll(func() {
enableBackgroundReport = true
kubectl.DeleteCiliumDS()
ExpectAllPodsTerminated(kubectl)
// Deploy Cilium as the next test expects it to be up and running
DeployCiliumAndDNS(kubectl, ciliumFilename)
})

Context("Tests with vxlan", func() {
Expand Down Expand Up @@ -1333,6 +1329,7 @@ var _ = Describe("K8sServicesTest", func() {

// Net-next and not old versions, because of LRU requirement.
SkipItIf(helpers.DoesNotRunOnNetNextOr419Kernel, "Supports IPv4 fragments", func() {
DeployCiliumAndDNS(kubectl, ciliumFilename)
testIPv4FragmentSupport()
})
})
Expand Down