migtools / mig-e2e

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

Add wait for warnings before running the plan #59

Closed sergiordlr closed 4 years ago

sergiordlr commented 4 years ago

Add an option to wait for warnings to be displayed before running the migration plan.

wait_for_warnings: true The migration_run role will not run the migration plan until a warning (or Critical condition) is displayed. If no warning is displayed, it fails. By default the value is false.

fbladilo commented 4 years ago

+1 simple and only affect tests that must have warnings