mirror of https://github.com/k3s-io/k3s
![]() Automatic merge from submit-queue adding test for volume fstype validation **What this PR does / why we need it**: This PR is adding a test for volume fstype validation. Test verifies fstype specified in storage-class is being honored after volume creation. Steps: 1. Create StorageClass with fstype set to valid type (default case included). 2. Create PVC which uses the StorageClass created in step 1. 3. Wait for PV to be provisioned. 4. Wait for PVC's status to become Bound. 5. Create pod using PVC on specific node. 6. Wait for Disk to be attached to the node. 7. Execute command in the pod to get fstype. 8. Delete pod and Wait for Volume Disk to be detached from the Node. 9. Delete PVC, PV and Storage Class. **Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: fixes # **Special notes for your reviewer**: **Release note**: ```release-note None ``` cc: @jeffvance @tusharnt |
||
---|---|---|
.. | ||
e2e | ||
e2e_federation | ||
e2e_node | ||
fixtures | ||
images | ||
integration | ||
kubemark | ||
list | ||
soak | ||
utils | ||
BUILD | ||
OWNERS | ||
test_owners.csv |