Skip to content

Commit

Permalink
Merge pull request #1072 from Nordix/Remove-passed-message-from-the-a…
Browse files Browse the repository at this point in the history
…ftereach/mohammed

🌱 Rename upgrade managment test and remove unecessary passed msg
  • Loading branch information
metal3-io-bot authored Jun 30, 2023
2 parents 18fd1b0 + 37e75fe commit 52f5134
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import (

const workDir = "/opt/metal3-dev-env/"

var _ = Describe("When testing cluster upgrade v1alpha5 > current [clusterctl-upgrade]", func() {
var _ = Describe(fmt.Sprintf("When testing cluster upgrade from releases %s > current [clusterctl-upgrade]", os.Getenv("CAPM3_FROM_RELEASE")), func() {
BeforeEach(func() {
osType := strings.ToLower(os.Getenv("OS"))
Expect(osType).ToNot(Equal(""))
Expand Down Expand Up @@ -123,7 +123,6 @@ var _ = Describe("When testing cluster upgrade v1alpha5 > current [clusterctl-up
Intervals: e2eConfig.GetIntervals(specName, "wait-bmh-available"),
})
ListBareMetalHosts(ctx, bootstrapClient, client.InNamespace(namespace))
By("Upgrade management test passed")
})
})

Expand Down

0 comments on commit 52f5134

Please sign in to comment.