Skip to content

Commit

Permalink
Add teardown of NGF to start of reconfiguration performance test (#2381)
Browse files Browse the repository at this point in the history
Add teardown of NGF to start of reconfiguration performance test.
  • Loading branch information
bjee19 authored Aug 13, 2024
1 parent dcc83dc commit 706f938
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/suite/reconfig_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@ var _ = Describe("Reconfiguration Performance Testing", Ordered, Label("reconfig
)

BeforeAll(func() {
// Reconfiguration tests deploy NGF in the test, so we want to tear down any existing instances.
teardown(releaseName)

resultsDir, err := framework.CreateResultsDir("reconfig", version)
Expect(err).ToNot(HaveOccurred())

Expand Down

0 comments on commit 706f938

Please sign in to comment.