migtools / mig-e2e

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

Add ocp-29871-resquota #98

Open sergiordlr opened 4 years ago

sergiordlr commented 4 years ago

Add ocp-29871-resquota testcase

  1. Create namespace
  2. Create a ResourceQuota resource for this namespace
  3. Deploy a nginx with several pvc and limits
  4. Verify that the quota is respected
  5. Migrate
  6. Verify again in the resulting namespace in the target cluster.

This testcase has not been added to the CI execution, and it is failing and will remain failing until a couple of issues regarding quotas are fixed in CAM.