Commit bcb78ad1 authored by Kubernetes Submit Queue's avatar Kubernetes Submit Queue Committed by GitHub

Merge pull request #48860 from ddysher/local-volume-e2e

Automatic merge from submit-queue (batch tested with PRs 49898, 49897, 49919, 48860, 49491) Add basic local volume provisioner e2e tests **What this PR does / why we need it**: Adds e2e tests to test local volume provisioner. **Which issue this PR fixes**: fixes https://github.com/kubernetes/kubernetes/issues/48832 **Special notes for your reviewer**: - bring up local volume provisioner using bootstrapper - have provisioner create a volume by creating a directory under discovery path. - check persistent volume is created - make a claim on the PV, write some data then delete the claim. Verify volume is cleaned up. **Release note**: ```release-note ``` @ianchakeres @msau42
parents f5b4f9a0 59c54805
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment