Skip to content

Commit 21a4ac1

Browse files
committed
Add teardown of NGF to start of reconfiguration performance test (nginx#2381)
Add teardown of NGF to start of reconfiguration performance test.
1 parent 0840962 commit 21a4ac1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/suite/reconfig_test.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,9 @@ var _ = Describe("Reconfiguration Performance Testing", Ordered, Label("reconfig
4545
)
4646

4747
BeforeAll(func() {
48+
// Reconfiguration tests deploy NGF in the test, so we want to tear down any existing instances.
49+
teardown(releaseName)
50+
4851
resultsDir, err := framework.CreateResultsDir("reconfig", version)
4952
Expect(err).ToNot(HaveOccurred())
5053

0 commit comments

Comments
 (0)