You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
0 commit comments