external-snapshotter
external-snapshotter copied to clipboard
e2e tests for Volume Group Snapshot
/assign
@xing-yang do you mean e2e test of unit test. Can you please point me to similar test for volume snapshots for reference? In case it is e2e test, which repo are they in?
This issue is about e2e tests. Here's an example: https://github.com/kubernetes/kubernetes/blob/master/test/e2e/storage/testsuites/snapshottable.go
We also need to add unit tests. I'll open another issue for that.
@xing-yang can you please take a look? https://github.com/kubernetes/kubernetes/pull/126326