This repository was archived by the owner on Oct 22, 2024. It is now read-only.
Commit c9bf3a4
committed
test: enable tests using the default filesystem
Several (all?) of the volumeMode tests run with the default filesystem
(i.e. the empty string). If we don't list that as supported, raw block
tests are not executed:
S [SKIPPING] in Spec Setup (BeforeEach) [0.005 seconds]
PMEM Volumes
/nvme/gopath/src/github.com/intel/pmem-csi/test/e2e/storage/csi_volumes.go:57
[Driver: pmem-csi]
/nvme/gopath/src/github.com/intel/pmem-csi/test/e2e/storage/csi_volumes.go:102
[Testpattern: Dynamic PV (block volmode)] volumes
/nvme/gopath/src/github.com/intel/pmem-csi/vendor/k8s.io/kubernetes/test/e2e/storage/testsuites/base.go:92
should store data [BeforeEach]
/nvme/gopath/src/github.com/intel/pmem-csi/vendor/k8s.io/kubernetes/test/e2e/storage/testsuites/volumes.go:146
Driver pmem-csi doesn't support -- skipping
/nvme/gopath/src/github.com/intel/pmem-csi/vendor/k8s.io/kubernetes/test/e2e/storage/testsuites/base.go:1511 parent f95b525 commit c9bf3a4
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
67 | | - | |
| 67 | + | |
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
| |||
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
| 77 | + | |
77 | 78 | | |
78 | 79 | | |
79 | 80 | | |
| |||
0 commit comments