volsync
volsync copied to clipboard
CLI - E2E test of the `migrate` sub-command
Describe the feature you'd like to have.
Add a kuttl-based e2e that uses the CLI to migrate some test data into a PVC
What is the value to the end user? (why is it a priority?)
How will we know we have a good solution? (acceptance criteria)
- [ ] Uses the CLI to create a PVC in the test cluster
- [ ] Syncs in some known data
- [ ] Removes the relationship
- [ ] Verifies resources got cleaned up
- [ ] Starts a Job that verifies the PVC contents are as-expected
Additional context Blocked by:
- #82
- #83
- #84
/assign @v-harihar
I will start work on this soon. Somehow missed it.