-
Notifications
You must be signed in to change notification settings - Fork 85
Closed
Labels
Description
We want to enhance the E2E test suite to support ability to provision different types of applications and take backups and restores of the apps while verifying they are functional and if they are stateful the data is preserved.
Demo Applications:
https://github.com/konveyor/mig-demo-apps
https://github.com/konveyor/velero-examples
Workflow:
- Provision CI cluster
- Install sample application
- Run backup
- Verify backup successful
- Delete application (namespace)
- Run restore
- Verify restore successful
- Verify any stateful data was preserved