Skip to content

Commit 4b8ee73

Browse files
Merge pull request #30500 from qiowang721/fix-ns-del
CORENET-6491: Delete test namesapces for UDN testing
2 parents a77e036 + c5e6667 commit 4b8ee73

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/extended/util/util_otp.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ func (c *CLI) CreateNamespaceUDN() {
8787
if err != nil {
8888
FatalErr(err)
8989
}
90+
c.kubeFramework.AddNamespacesToDelete(namespace)
9091
}
9192

9293
// CreateSpecificNamespaceUDN creates a specific namespace with required user defined network label during creation time only

0 commit comments

Comments
 (0)