migtools / mig-e2e

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

Add ocp-26160-max-pvs testcase #44

Closed sergiordlr closed 4 years ago

sergiordlr commented 4 years ago

Add ocp-26160 testcase to verify that mig_pv_limit configured value is honored.

1) Generate 3 namespaces 2) Deploy a nginx role (with 2 PVS each, a total of 6 PVs deployed) in each of those namespaces 3) Configure a limit of 5 PVs in the cluster. 4) Migrate 5) Validate that the warning is there 6) Verify that every namespace was migrated properly with no failures (the warning does not block the migration, the migration should be executed without failures)