arquillian / arquillian-cube

Control (docker, kubernetes, openshift) containers in your tests with ease!
http://arquillian.org/arquillian-cube/
121 stars 98 forks source link

fix(#1011): filter pods ends with -deploy in awaitApplicationReadine #1016

Closed dipak-pawar closed 6 years ago

dipak-pawar commented 6 years ago

Short description of what this resolves:

If user is deploying pod with deploymentconfig, it creates extra pod which ends with -deploy to manage replica. We should filter it for awaitApplicationReadinessOrFail

Changes proposed in this pull request:

Fixes #1011