Skip to content

Commit e1d6ebb

Browse files
authored
Fix NFR upgrade test (#1716)
Problem: NFR performance test fails with the following error: Error: INSTALLATION FAILED: release name "": no name provided Solution: Fix the test by providing the release name. Also, add a missing nfr config setting. CLOSES #1715 Testing: - Ran upgrade test successfully
1 parent 49ef3ef commit e1d6ebb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/suite/upgrade_test.go

+2
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,11 @@ var _ = Describe("Upgrade testing", Label("nfr", "upgrade"), func() {
5252
teardown(releaseName)
5353

5454
cfg := setupConfig{
55+
releaseName: releaseName,
5556
chartPath: "oci://ghcr.io/nginxinc/charts/nginx-gateway-fabric",
5657
gwAPIVersion: *gatewayAPIPrevVersion,
5758
deploy: true,
59+
nfr: true,
5860
}
5961
setup(cfg, "--values", valuesFile)
6062

0 commit comments

Comments
 (0)