Skip to content

Commit

Permalink
Cleanup headless service (#292)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dipta Das authored and tamalsaha committed Jan 18, 2018
1 parent 58da0f3 commit 4b00589
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/e2e/statefulset_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -418,6 +418,7 @@ var _ = Describe("StatefulSet", func() {
f.DeleteStatefulSet(ss.ObjectMeta)
f.DeleteRestic(restic.ObjectMeta)
f.DeleteSecret(cred.ObjectMeta)
f.DeleteService(svc.ObjectMeta)
f.DeleteRecovery(recovery.ObjectMeta)
framework.CleanupMinikubeHostPath()
})
Expand Down Expand Up @@ -445,6 +446,7 @@ var _ = Describe("StatefulSet", func() {
AfterEach(func() {
f.DeleteStatefulSet(ss.ObjectMeta)
f.DeleteRestic(restic.ObjectMeta)
f.DeleteService(svc.ObjectMeta)
f.DeleteSecret(cred.ObjectMeta)
})

Expand All @@ -462,6 +464,7 @@ var _ = Describe("StatefulSet", func() {
f.DeleteStatefulSet(ss.ObjectMeta)
f.DeleteRestic(restic.ObjectMeta)
f.DeleteSecret(cred.ObjectMeta)
f.DeleteService(svc.ObjectMeta)
framework.CleanupMinikubeHostPath()
})

Expand Down

0 comments on commit 4b00589

Please sign in to comment.