migtools / mig-e2e

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

Add ocp-28021-istags testcase #76

Open sergiordlr opened 4 years ago

sergiordlr commented 4 years ago

Add a new testcase to validate that imagestream tags can be migrated properly

  1. Import an external image creating a imagestream and tags it
  2. Add extra tags to this image
  3. Import a new version of the image to this image stream
  4. Add new tags to the new version
  5. Migrate
  6. Validate that the imagestream and its tags are OK after the migration.