migtools / mig-e2e

End to end tests for OCP Migration
Apache License 2.0
0 stars 11 forks source link

Clean all namespaces when a list is given to the clean up task #49

Closed sergiordlr closed 4 years ago

sergiordlr commented 4 years ago

When support for several namespaces was added, we forgot to modify the clean up logic.

This PR fixes this problem, and makes sure that all namespaces are deleted when a list is passed to the clean up task.