-
Notifications
You must be signed in to change notification settings - Fork 1.2k
E2E selenium tests: Hot workspace update
Dmytro Nochevnov edited this page Jun 27, 2018
·
1 revision
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
selenium-tests.sh --test=org.eclipse.che.selenium.hotupdate.rolling.**
https://ci.codenvycorp.com/view/qa/job/che-multiuser-master-ocp-rolling-strategy-test/
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
selenium-tests.sh --test=org.eclipse.che.selenium.hotupdate.recreate.**
https://ci.codenvycorp.com/view/qa/job/che-multiuser-master-ocp-recreate-strategy-test/