mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-15 06:43:54 +00:00
Promote CSIDriver e2e test to Conformance
This commit is contained in:
parent
2901730626
commit
5d4bf0b6f9
9
test/conformance/testdata/conformance.yaml
vendored
9
test/conformance/testdata/conformance.yaml
vendored
@ -2565,6 +2565,15 @@
|
|||||||
pod.
|
pod.
|
||||||
release: v1.19
|
release: v1.19
|
||||||
file: test/e2e/scheduling/preemption.go
|
file: test/e2e/scheduling/preemption.go
|
||||||
|
- testname: CSIDriver, lifecycle
|
||||||
|
codename: '[sig-storage] CSIInlineVolumes should run through the lifecycle of a
|
||||||
|
CSIDriver [Conformance]'
|
||||||
|
description: Creating two CSIDrivers MUST succeed. Patching a CSIDriver MUST succeed
|
||||||
|
with its new label found. Updating a CSIDriver MUST succeed with its new label
|
||||||
|
found. Two CSIDrivers MUST be found when listed. Deleting the first CSIDriver
|
||||||
|
MUST succeed. Deleting the second CSIDriver via deleteCollection MUST succeed.
|
||||||
|
release: v1.28
|
||||||
|
file: test/e2e/storage/csi_inline.go
|
||||||
- testname: CSIInlineVolumes should support Pods with inline volumes
|
- testname: CSIInlineVolumes should support Pods with inline volumes
|
||||||
codename: '[sig-storage] CSIInlineVolumes should support CSIVolumeSource in Pod
|
codename: '[sig-storage] CSIInlineVolumes should support CSIVolumeSource in Pod
|
||||||
API [Conformance]'
|
API [Conformance]'
|
||||||
|
@ -230,7 +230,16 @@ var _ = utils.SIGDescribe("CSIInlineVolumes", func() {
|
|||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
ginkgo.It("should run through the lifecycle of a CSIDriver", func(ctx context.Context) {
|
/*
|
||||||
|
Release: v1.28
|
||||||
|
Testname: CSIDriver, lifecycle
|
||||||
|
Description: Creating two CSIDrivers MUST succeed. Patching a CSIDriver MUST
|
||||||
|
succeed with its new label found. Updating a CSIDriver MUST succeed with its
|
||||||
|
new label found. Two CSIDrivers MUST be found when listed. Deleting the first
|
||||||
|
CSIDriver MUST succeed. Deleting the second CSIDriver via deleteCollection
|
||||||
|
MUST succeed.
|
||||||
|
*/
|
||||||
|
framework.ConformanceIt("should run through the lifecycle of a CSIDriver", func(ctx context.Context) {
|
||||||
// Create client
|
// Create client
|
||||||
client := f.ClientSet.StorageV1().CSIDrivers()
|
client := f.ClientSet.StorageV1().CSIDrivers()
|
||||||
defaultFSGroupPolicy := storagev1.ReadWriteOnceWithFSTypeFSGroupPolicy
|
defaultFSGroupPolicy := storagev1.ReadWriteOnceWithFSTypeFSGroupPolicy
|
||||||
|
Loading…
Reference in New Issue
Block a user