Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test/e2e: fix "podman run ipcns ipcmk container test"
The test will leak processes because the rm -fa in the cleanup failed. This happens because podman tried to remove the contianers in the wrong order and thus ppodman failed with: `contianer XXX has dependent containers which must be removed before it` For now I patch the test but it should be much better if we can fix it in podman to remove in the correct order. `--all` should mean all I do not care if there is a dependent container, just get rid of it. Signed-off-by: Paul Holzinger <[email protected]>
- Loading branch information