Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
system tests: health-on-failure: fix broken logic
Basically, in the timeout loop where we checked for new CID on the restarted container, we were running 'podman inspect' (not 'inspect --format ID'), and comparing full hundred-line output against single-line CID string. While I'm in here, add 'c_' prefix to container to make it easier for my old eyes to recognize "oh, that's a container name" vs "is that a name? a SHA? a woozle?" Signed-off-by: Ed Santiago <[email protected]>
- Loading branch information