origin
origin copied to clipboard
Conformance test suite for OpenShift
This pull request is intends to address https://github.com/openshift/origin/issues/27350 . It appears that when https://github.com/openshift/origin/commit/a42d174f9f93110da7b1863d58ab7a21fd056513 was introduced, the storage and must-gather test counts were omitted from the expected test count.
1. Request an OAuth token with scope `user:info user:list-projects` 2. Use the token in the cli (`oc login --token=`) 3. Attempt to log out (`oc logout`) The log out attempts...
When using ``dc.spec.template.spec.initContainers`` and you set the ``image`` field to an image stream name, it isn't automatically resolved to an image stream name in the project as occurs for ``dc.spec.template.spec.containers``....
The tests using the docker socket fail because the access is not granted anymore in pods. Therefore they are now being marked with `[local]`. This issue is a reminder to...
This test was previously marked as skipped because github disabled the git:// protocol. I assume the intention was to find another way to test the use of git:// (maybe with...
I don't know if I have the rights to open this PR (I normally don't do these kind of PRs), but currently we don't have very many on the OVNK-origin...