Skip to content

Commit

Permalink
Merge pull request #1578 from lekaf974/enhancement/add-labels-on-e2e
Browse files Browse the repository at this point in the history
🌱 E2E: Add labels on test coverage
  • Loading branch information
metal3-io-bot authored Mar 6, 2024
2 parents 236f52f + d840df4 commit 19a1fdd
Show file tree
Hide file tree
Showing 7 changed files with 231 additions and 230 deletions.
2 changes: 1 addition & 1 deletion test/e2e/basic_ops_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import (
metal3api "github.com/metal3-io/baremetal-operator/apis/metal3.io/v1alpha1"
)

var _ = Describe("basic", func() {
var _ = Describe("basic", Label("required", "basic"), func() {
var (
specName = "basic-ops"
secretName = "bmc-credentials"
Expand Down
2 changes: 1 addition & 1 deletion test/e2e/external_inspection_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ const hardwareDetails = `
}
`

var _ = Describe("External Inspection", func() {
var _ = Describe("External Inspection", Label("required", "external-inspection"), func() {
var (
specName = "external-inspection"
secretName = "bmc-credentials"
Expand Down
2 changes: 1 addition & 1 deletion test/e2e/inspection_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import (
metal3api "github.com/metal3-io/baremetal-operator/apis/metal3.io/v1alpha1"
)

var _ = Describe("Inspection", func() {
var _ = Describe("Inspection", Label("required", "inspection"), func() {
var (
specName = "inspection"
secretName = "bmc-credentials"
Expand Down
2 changes: 1 addition & 1 deletion test/e2e/live_iso_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import (
capm3_e2e "github.com/metal3-io/cluster-api-provider-metal3/test/e2e"
)

var _ = Describe("Live-ISO", func() {
var _ = Describe("Live-ISO", Label("required", "live-iso"), func() {
var (
specName = "live-iso-ops"
secretName = "bmc-credentials"
Expand Down
Loading

0 comments on commit 19a1fdd

Please sign in to comment.