-
Notifications
You must be signed in to change notification settings - Fork 78
UPSTREAM: <carry>: migrate bandrade test cases #1193
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: bandrade The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
tests-extension/.openshift-tests-extension/openshift_payload_olmv0.json
Outdated
Show resolved
Hide resolved
tests-extension/.openshift-tests-extension/openshift_payload_olmv0.json
Outdated
Show resolved
Hide resolved
|
/payload-aggregate periodic-ci-openshift-operator-framework-operator-controller-release-4.22-periodics-e2e-gcp-ovn-fips-extended-f2 3 |
|
@kuiwang02: trigger 1 job(s) for the /payload-(with-prs|job|aggregate|job-with-prs|aggregate-with-prs) command
See details on https://pr-payload-tests.ci.openshift.org/runs/ci/2c634da0-f1b7-11f0-858b-09190287355b-0 |
|
/payload-aggregate periodic-ci-openshift-operator-framework-operator-controller-release-4.22-periodics-e2e-gcp-ovn-techpreview-slow-extended-f1 3 |
|
@kuiwang02: trigger 1 job(s) for the /payload-(with-prs|job|aggregate|job-with-prs|aggregate-with-prs) command
See details on https://pr-payload-tests.ci.openshift.org/runs/ci/3631d4f0-f1b7-11f0-8329-1051d7132f07-0 |
|
/payload-aggregate periodic-ci-openshift-operator-framework-olm-release-4.22-periodics-e2e-gcp-ovn-ipi-disconnected-extended-f1 3 |
|
@kuiwang02: trigger 1 job(s) for the /payload-(with-prs|job|aggregate|job-with-prs|aggregate-with-prs) command
See details on https://pr-payload-tests.ci.openshift.org/runs/ci/6c2ec900-f1b7-11f0-903d-2300658efe38-0 |
|
Hi @bandrade , any updates? Thanks! |
cd6c72d to
72c273c
Compare
|
/payload-aggregate periodic-ci-openshift-operator-framework-olm-release-4.22-periodics-e2e-gcp-ovn-ipi-disconnected-extended-f1 3 |
|
@bandrade: trigger 1 job(s) for the /payload-(with-prs|job|aggregate|job-with-prs|aggregate-with-prs) command
See details on https://pr-payload-tests.ci.openshift.org/runs/ci/a13188c0-f650-11f0-98a8-afca0f8de0bb-0 |
8990bd0 to
923f3fe
Compare
923f3fe to
367c16f
Compare
|
@bandrade: all tests passed! Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
|
/payload-aggregate periodic-ci-openshift-operator-framework-olm-release-4.22-periodics-e2e-gcp-ovn-ipi-disconnected-extended-f1 3 |
|
@bandrade: trigger 1 job(s) for the /payload-(with-prs|job|aggregate|job-with-prs|aggregate-with-prs) command
See details on https://pr-payload-tests.ci.openshift.org/runs/ci/0c4c3d30-f68d-11f0-933b-73b8839c6f4e-0 |
| }) | ||
|
|
||
| // Polarion ID: 47179 | ||
| g.It("PolarionID:47179-[OTP]Disjunctive constraint of one package and one GVK", func() { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@bandrade #1193 (comment) is not fixed
|
|
||
| }) | ||
|
|
||
| g.It("PolarionID:41026-[Level0]OCS should only one installplan generated when creating subscription", func() { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@bandrade you miss [OTP]
| olmv0util.NewCheck("expect", exutil.AsAdmin, exutil.WithoutNamespace, exutil.Compare, "Complete", exutil.Ok, []string{"installplan", installPlan, "-n", ns, "-o=jsonpath={.status.phase}"}).Check(oc) | ||
| }) | ||
|
|
||
| g.It("PolarionID:68521-Check failureThreshold of redhat-operators catalog", g.Label("NonHyperShiftHOST"), func() { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@bandrade #1193 (comment) is not fixed
| g.By("Start to create the CatalogSource CR") | ||
| catsrc := olmv0util.CatalogSourceDescription{ | ||
| Name: "prometheus-dependency-27680", | ||
| Namespace: "openshift-marketplace", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@bandrade please use oc.Namespace
|
|
||
| defer func() { | ||
| g.By("Switch to the cluster-admin role") | ||
| _, err := oc.AsAdmin().WithoutNamespace().Run("config").Args("use-context", contextName).Output() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@bandrade better to use err := oc.AsAdmin().WithoutNamespace().Run("config").Args("use-context", "admin").Execute()
No description provided.