projectatomic / adb-tests

placeholder for tests for the adb while its long term place to live is sorted out
GNU General Public License v2.0
7 stars 19 forks source link

Reorganization and Improves waiting for openshift containers to stop #14

Closed cdrage closed 8 years ago

cdrage commented 8 years ago

Adds a "wait" function to both kubernetes and openshift providers.

Add code to wait for all OpenShift instances to terminate before proceeding with the next example.

Via using: docker exec -it origin oc get po,svc,rc | grep Terminating

cdrage commented 8 years ago

Fixes @dustymabe 's branch in regards to the sleep 120 command on OpenShift!