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)
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)