Skip to content

Commit

Permalink
test: update e2e tests
Browse files Browse the repository at this point in the history
Signed-off-by: Nitin Goyal <nigoyal@redhat.com>
  • Loading branch information
iamniting committed Jul 18, 2024
1 parent 448f370 commit 2e37f51
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions e2e/setup_teardown.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,12 @@ func Setup() {
debug("Setup: deploying ODF Operator\n")
err := DeployManager.DeployODFWithOLM(OdfCatalogSourceImage, OdfSubscriptionChannel)
gomega.Expect(err).To(gomega.BeNil())

debug("Setup: Checking if all the CSVs have succeeded\n")
err = DeployManager.CheckAllCsvs(CsvNames)
gomega.Expect(err).To(gomega.BeNil())
}

debug("Setup: Checking if all the CSVs have succeeded\n")
err := DeployManager.CheckAllCsvs(CsvNames)
gomega.Expect(err).To(gomega.BeNil())

SuiteFailed = false

debug("Setup: completed\n")
Expand Down

0 comments on commit 2e37f51

Please sign in to comment.