Skip to content

Commit

Permalink
OCM-8848 | test: automate id:74402,74403,73731 upgrade/delete roles w…
Browse files Browse the repository at this point in the history
…ith attaching arbitrary policies
  • Loading branch information
yuwang-RH committed Jun 19, 2024
1 parent 717d528 commit ec81d58
Show file tree
Hide file tree
Showing 11 changed files with 742 additions and 4 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ require (
github.com/nathan-fiscaletti/consolesize-go v0.0.0-20210105204122-a87d9f614b9d
github.com/onsi/ginkgo/v2 v2.17.1
github.com/onsi/gomega v1.30.0
github.com/openshift-online/ocm-common v0.0.0-20240508111534-37822c515806
github.com/openshift-online/ocm-common v0.0.0-20240611095658-2ad1e6fae94d
github.com/openshift-online/ocm-sdk-go v0.1.425
github.com/pkg/errors v0.9.1
github.com/robfig/cron/v3 v3.0.1
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -271,8 +271,8 @@ github.com/onsi/ginkgo/v2 v2.17.1 h1:V++EzdbhI4ZV4ev0UTIj0PzhzOcReJFyJaLjtSF55M8
github.com/onsi/ginkgo/v2 v2.17.1/go.mod h1:llBI3WDLL9Z6taip6f33H76YcWtJv+7R3HigUjbIBOs=
github.com/onsi/gomega v1.30.0 h1:hvMK7xYz4D3HapigLTeGdId/NcfQx1VHMJc60ew99+8=
github.com/onsi/gomega v1.30.0/go.mod h1:9sxs+SwGrKI0+PWe4Fxa9tFQQBG5xSsSbMXOI8PPpoQ=
github.com/openshift-online/ocm-common v0.0.0-20240508111534-37822c515806 h1:YEDgruMDet/LJyav5G6VuvMhCf3tm7mQxR9ZS/yjn2E=
github.com/openshift-online/ocm-common v0.0.0-20240508111534-37822c515806/go.mod h1:aAE9ThwbT6pHKyVP15TW724yV0uvdNL3ZnIxena2j5s=
github.com/openshift-online/ocm-common v0.0.0-20240611095658-2ad1e6fae94d h1:mnEM21UdF1HPhBK2pAy+q94gDsEmfReps3DTJbKmpVc=
github.com/openshift-online/ocm-common v0.0.0-20240611095658-2ad1e6fae94d/go.mod h1:2NApKjtzSOsW9MVf58LwAnSCSIK48U1Z/m7dWGOQ5fw=
github.com/openshift-online/ocm-sdk-go v0.1.425 h1:QmT9XnbZc1/SKp4QkHe2dnsln87wyYxt/aOjYE0G+jE=
github.com/openshift-online/ocm-sdk-go v0.1.425/go.mod h1:CiAu2jwl3ITKOxkeV0Qnhzv4gs35AmpIzVABQLtcI2Y=
github.com/pkg/errors v0.8.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=
Expand Down
2 changes: 2 additions & 0 deletions tests/ci/labels/features.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ type featureLabels struct {
UserRole Labels
VerifyResources Labels
Version Labels
Upgrade Labels
}

var Feature = initFeatureLabels()
Expand Down Expand Up @@ -58,6 +59,7 @@ func initFeatureLabels() *featureLabels {
fLabels.UserRole = Label("feature-user-role")
fLabels.VerifyResources = Label("feature-verify-resources")
fLabels.Version = Label("feature-version")
fLabels.Upgrade = Label("feature-upgrade")

return fLabels
}
Loading

0 comments on commit ec81d58

Please sign in to comment.