Closed darkowlzz closed 5 years ago
[APPROVALNOTIFIER] This PR is NOT APPROVED
This pull-request has been approved by: darkowlzz To fully approve this pull request, please assign additional approvers. We suggest the following additional approver: sbezverk
If they are not already assigned, you can assign the PR to them by writing /assign @sbezverk
in a comment when ready.
The full list of commands accepted by this bot can be found here.
The pull request process is described here
This looks like a useful enhancement. However, the hostpath driver is about to be moved to a separate repo (see https://github.com/kubernetes-csi/csi-driver-host-path/pull/1), so the PR will have to be moved there once that PR is merged.
/hold
I'm holding this because we don't want to add any further changes here. It's still ready for review.
@darkowlzz Please move this PR over to the csi-driver-host-path repo. The code was merged into master of that repo.
This implements a basic version of ValidateVolumeCapabilities for hostpath driver and removes this from the skip tests list in the e2e tests.
Running the e2e tests locally always failed because it was skipped for travisCI environment only.