Is your feature request related to a problem? Please describe.
We do not have a test for validating CSI NFS interface for Datashim. We cannot update NFS dependencies without knowing the effects of this change.
Describe the solution you'd like
Create a test harness using Docker/Kind/Minikube where we install an NFS server and validate that we can
[ ] create volumes
[ ] create PVCs
[ ] create Datasets
using Datashim
Describe alternatives you've considered
Not using tests means that updating the currently deprecated code will lead to Datashim not being able to create NFS-based datasets
Is your feature request related to a problem? Please describe. We do not have a test for validating CSI NFS interface for Datashim. We cannot update NFS dependencies without knowing the effects of this change.
Describe the solution you'd like Create a test harness using Docker/Kind/Minikube where we install an NFS server and validate that we can
Describe alternatives you've considered Not using tests means that updating the currently deprecated code will lead to Datashim not being able to create NFS-based datasets