Hide Forgot
Existing integration tests do not test valid configuration modes or mechanisms for the OCM. They rely on modes of wiring that have not been valid since 3.11 and are now impossible to wire. The tests should either be unit tests checking the behavior of specific pieces or e2e tests checking wiring. These are the final integration tests being snipped today: TestImageStreamImport TestImageStreamImportAuthenticated TestImageStreamImportOfMultiSegmentDockerReference TestImageStreamImportOfV1ImageFromV2Repository TestImageStreamImportScheduled TestImageStreamImportTagsFromRepository TestRegistryWhitelistingValidation
A handy link to the final state of test-integration: https://github.com/openshift/origin/tree/ac77c8a2e1f2b93131daca15d1fdbeb8832840e7/test/integration
@Oleg a similar card is being tracked on JIRA: https://jira.coreos.com/browse/DEVEXP-392
Targeting 4.3 - we will likely want to backport to 4.2.z only.
Oleg did a deep dive on this, and identified several areas to port over that DevEx is tracking in JIRA: https://jira.coreos.com/browse/DEVEXP-450 https://jira.coreos.com/browse/DEVEXP-451 https://jira.coreos.com/browse/DEVEXP-452 https://jira.coreos.com/browse/DEVEXP-453