arquillian / arquillian-cube

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

Add ability to map container name to pod name #451

Open rcernich opened 8 years ago

rcernich commented 8 years ago

Some existing test suites use container names that can't be manifest in certain environments (e.g. upper case letters in k8s). Allowing users to manually specify the mapping between container name (arq) and container name (runtime) would alleviate this issue.

rcernich commented 8 years ago

Added support for a "cubeId" property on the container configuration. This should default to the container name if no cubeId is specified.

jwendell commented 8 years ago

I suggest you guys to put something like "Closes #NNN", or "Fixes #NNN" into the commit messages so that github automatically closes the issues when the PR is merged :)