mirror of
https://github.com/kata-containers/kata-containers.git
synced 2026-03-18 02:32:26 +00:00
Treat waiting.reason RunContainerError and terminated.reason StartError/Error as container failure, so tests that expect guest image-pull failure (e.g. wrong credentials) pass when the container fails with those states instead of only BackOff. Signed-off-by: Fabiano Fidêncio <ffidencio@nvidia.com>