E2E selenium tests: Hot workspace update - eclipse-che/che GitHub Wiki
Rolling Workspace Update Strategy tests
Are executed against Eclipse Che Multiuser deployed on OpenShift with Rolling Update Strategy.
To deploy Eclipse Che with Rolling Update Strategy we should pre-set system environment variable:
export UPDATE_STRATEGY=Rolling
Command to run Rolling Workspace Update E2E selenium tests
selenium-tests.sh --test=org.eclipse.che.selenium.hotupdate.rolling.**
CI job which is executing the tests daily
https://ci.codenvycorp.com/view/qa/job/che-multiuser-master-ocp-rolling-strategy-test/
Recreate Workspace Update Strategy tests
Are executed against Eclipse Che Multiuser deployed on OpenShift with Recreate Update Strategy.
To deploy Eclipse Che with Recreate Update Strategy we should pre-set system environment variable:
export UPDATE_STRATEGY=Recreate
Command to run Recreate Workspace Update E2E selenium tests
selenium-tests.sh --test=org.eclipse.che.selenium.hotupdate.recreate.**
CI job which is executing the tests daily
https://ci.codenvycorp.com/view/qa/job/che-multiuser-master-ocp-recreate-strategy-test/