Skip to content

E2E selenium tests: creation of OpenShift objects under the current user account on OCP

Dmytro Nochevnov edited this page Jul 13, 2018 · 2 revisions

The tests are executed against Eclipse Che Multiuser deployed on OpenShift with set up of OpenShift OAuth server identity provider.

To deploy Eclipse Che on OCP properly with OCP OAuth configuration we need to use deploy/openshift/ocp.sh script with parameter --setup-ocp-oauth:

bash ${WORKSPACE}/deploy/openshift/ocp.sh --run-ocp --deploy-che --multiuser --setup-ocp-oauth
Command to run the tests
selenium-tests.sh --test=org.eclipse.che.selenium.site.ocpoauth.**
CI job which is executing the tests daily

https://ci.codenvycorp.com/view/qa/job/che-multiuser-master-ocp-oauth-test/

Reference

https://www.eclipse.org/che/docs/openshift-admin-guide.html#create-workspace-objects-in-personal-namespaces

Clone this wiki locally