Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix cleanup function after all tests. Clear images between test runs.
Cleanup function wasn't properly cleaning all the folders after test run. This resulted in unstaged changes after running tests. One of the cleaning parts were not in the for each loop by mistake. Adds clearing code for container images that normally would stay between test runs and would result in the possibility of tests reusing the image from previous test. Fixes: sclorg#557
- Loading branch information