Skip to content

Commit

Permalink
Merge pull request openshift#1904 from radtriste/ocm-6309-activation-1
Browse files Browse the repository at this point in the history
OCM-6309 | ci: Verify test case(s) 55729/56782/60202/63178/61139/67414
  • Loading branch information
openshift-merge-bot[bot] authored Apr 9, 2024
2 parents baffdc8 + a7acb1b commit a24cff2
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 12 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,4 @@ docs/
.envrc
.env
cover.out
/temp
10 changes: 0 additions & 10 deletions tests/e2e/test_rosacli_node_pool.go
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,6 @@ var _ = Describe("Edit nodepool",

It("can create/edit/list/delete nodepool - [id:56782]",
labels.Critical,
labels.MigrationToVerify,
labels.Exclude,
func() {
nodePoolName := common.GenerateRandomName("np-56782", 2)
labels := "label1=value1,label2=value2"
Expand Down Expand Up @@ -181,8 +179,6 @@ var _ = Describe("Edit nodepool",

It("can create nodepool with defined subnets - [id:60202]",
labels.Critical,
labels.MigrationToVerify,
labels.Exclude,
func() {
var subnets []string
nodePoolName := common.GenerateRandomName("np-60202", 2)
Expand Down Expand Up @@ -303,8 +299,6 @@ var _ = Describe("Edit nodepool",

It("can create nodepool with tuning config - [id:63178]",
labels.Critical,
labels.MigrationToVerify,
labels.Exclude,
func() {
tuningConfigService := rosaClient.TuningConfig
nodePoolName := common.GenerateRandomName("np-63178", 2)
Expand Down Expand Up @@ -475,8 +469,6 @@ var _ = Describe("Edit nodepool",

It("can validate the version parameter on nodepool creation/editing - [id:61139]",
labels.Medium,
labels.MigrationToVerify,
labels.Exclude,
func() {
testVersionFailFunc := func(flags ...string) {
Logger.Infof("Creating nodepool with flags %v", flags)
Expand Down Expand Up @@ -569,8 +561,6 @@ var _ = Describe("Edit nodepool",

It("can list/describe/delete nodepool upgrade policies - [id:67414]",
labels.Critical,
labels.MigrationToVerify,
labels.Exclude,
func() {
currentDateTimeUTC := time.Now().UTC()

Expand Down
2 changes: 0 additions & 2 deletions tests/e2e/test_rosacli_region.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@ var _ = Describe("Region",

It("can list regions - [id:55729]",
labels.High,
labels.MigrationToVerify,
labels.Exclude,
func() {

By("List region")
Expand Down

0 comments on commit a24cff2

Please sign in to comment.