Skip to content

Commit

Permalink
Merge pull request #613 from zhengxiexie/zhengxie/fix_networkinfo_e2e…
Browse files Browse the repository at this point in the history
…_bug

E2e test should not delete customize_networkconfig
  • Loading branch information
zhengxiexie authored Jun 26, 2024
2 parents a1ced92 + 8bd60fb commit 133e489
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/e2e/nsx_networkinfo_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
)

const (
NetworkInfoCRType = "networkinfoes"
NetworkInfoCRType = "networkinfos"
NSCRType = "namespaces"
PrivateIPBlockNSXType = "IpAddressBlock"

Expand Down Expand Up @@ -68,7 +68,6 @@ func TestCustomizedNetworkInfo(t *testing.T) {
_ = applyYAML(nsPath, "")

defer deleteYAML(nsPath, "")
defer deleteYAML(ncPath, "")

ns := "customized-ns"

Expand Down

0 comments on commit 133e489

Please sign in to comment.