nbp
nbp copied to clipboard
[CSI] Missing unit test and functional test in csi module
Is this a BUG REPORT or FEATURE REQUEST?:
/kind feature
What happened:
I found there is a csi-test project located in kubernetes-csi
code repo, I think it's required to import that project into csi module and trigger that in ci environment.
What you expected to happen:
How to reproduce it (as minimally and precisely as possible):
Anything else we need to know?: @xing-yang Please take a look at that project.
Environment:
- NBP version:
- OS (e.g. from /etc/os-release):
- Kernel (e.g.
uname -a
): - Install tools:
- Others:
@leonwanghui Yes, it is good to use csi-test to test CSI plugin. It validates that a CSI plugin implementation follows CSI spec. We should add this task.
@wisererik
Here are instructions on how to use the sanity test package to test CSI drivers: https://github.com/kubernetes-csi/csi-test/tree/master/pkg/sanity
Sure, I saw that, @jackhaibo please add test for CSI
@wisererik @jackhaibo any update on this?