AGENT-1428: Add e2e extended tests for NoRegistryClusterInstall#5620
Conversation
|
@pawanpinjarkar: This pull request references AGENT-1428 which is a valid jira issue. Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the story to target the "4.22.0" version, but no target version was set. DetailsIn response to this:
Instructions 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 openshift-eng/jira-lifecycle-plugin repository. |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: pawanpinjarkar 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 |
|
@pawanpinjarkar: The following tests failed, say
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. |
c9a094f to
49b4c63
Compare
49b4c63 to
5442774
Compare
|
@pawanpinjarkar: This pull request references AGENT-1428 which is a valid jira issue. Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the story to target the "4.22.0" version, but no target version was set. DetailsIn response to this:
Instructions 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 openshift-eng/jira-lifecycle-plugin repository. |
|
cc @andfasano |
|
Closing this PR. The tests will be moved to openshift/origin repo |
- What I did
Added e2e tests for the InternalReleaseImage (IRI) resource to support the NoRegistryClusterInstall feature promotion.
- How to verify it
Prerequisites:
oc get internalreleaseimageRunning the tests locally:
(requires code modification) Refer #5619. Temporarily comment out line 104
exutil.InitStandardFlags()incmd/machine-config-tests-ext/main.goBuild test binary
go build ./cmd/machine-config-tests-ext/Export kubeconfig
export KUBECONFIG=/path/to/kubeconfigRun IRI test suite
./machine-config-tests-ext run-suite openshift/abi/noregistryExpected results:
- Description for the changelog
Add e2e tests for InternalReleaseImage resource (NoRegistryClusterInstall feature)
Assisted by: https://claude.ai/claude-code (Claude Sonnet 4.5)