refactor(test): generating namespace names avoiding collision

This commit is contained in:
Dario Tranchitella
2022-10-28 17:57:48 -04:00
parent 369feb23c6
commit 6403b60590
33 changed files with 87 additions and 80 deletions

View File

@@ -43,7 +43,7 @@ var _ = Describe("creating a nodePort service when it is enabled for Tenant", fu
})
It("should allow creating a service with NodePort type", func() {
ns := NewNamespace("enable-node-ports")
ns := NewNamespace("")
NamespaceCreation(ns, tnt.Spec.Owners[0], defaultTimeoutInterval).Should(Succeed())
svc := &corev1.Service{