samba-in-kubernetes / samba-operator

An operator for a Samba as a service on PVCs in kubernetes
Apache License 2.0
108 stars 24 forks source link

tests: require pod-ready before testing metrics #205

Closed synarete closed 2 years ago

synarete commented 2 years ago

Even when metrics is disabled, we need a ready pod in order to check the samba-metrics container. Expects samba pod to be ready before poking into the pod's state. Without this check the test would fail, but with an enigmatic error message.

Signed-off-by: Shachar Sharon ssharon@redhat.com