Skip to content

Commit

Permalink
Fix NFR upgrade test (nginx#1716)
Browse files Browse the repository at this point in the history
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 nginx#1715

Testing:
- Ran upgrade test successfully
  • Loading branch information
pleshakov authored Mar 18, 2024
1 parent 49ef3ef commit e1d6ebb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/suite/upgrade_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,11 @@ var _ = Describe("Upgrade testing", Label("nfr", "upgrade"), func() {
teardown(releaseName)

cfg := setupConfig{
releaseName: releaseName,
chartPath: "oci://ghcr.io/nginxinc/charts/nginx-gateway-fabric",
gwAPIVersion: *gatewayAPIPrevVersion,
deploy: true,
nfr: true,
}
setup(cfg, "--values", valuesFile)

Expand Down

0 comments on commit e1d6ebb

Please sign in to comment.