migtools / mig-e2e

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

Add ocp-31309-quotanoattach testcase #100

Open sergiordlr opened 4 years ago

sergiordlr commented 4 years ago

Add testcase ocp-31309-quotanoattach:

  1. Create a namespace
  2. Create a resource quota
  3. Create a PVC that is NOT attached to any pod
  4. Provision some files in the PVC
  5. Migrate the not attached PVC
  6. Check that the provisioned files are ok

Not attached PVCs are only handled after 1.2.1 version. So in previous versions this TC will fail.