Promote VolumePVCDataSource to beta for 1.16
Promotes the VolumePVCDataSource feature (cloning) to beta for the 1.16 release. Since alpha release in 1.15 there have been a number of minor bug fixes in the CSI Hospath Provisioner and the CSI provisioner sidecar. We've also added e2e tests using the Hostpath provisioner.
This commit is contained in:
@@ -204,7 +204,7 @@ func (p *provisioningTestSuite) defineTests(driver TestDriver, pattern testpatte
|
||||
}
|
||||
l.testCase.TestDynamicProvisioning()
|
||||
})
|
||||
ginkgo.It("should provision storage with pvc data source [Feature:VolumePVCDataSource]", func() {
|
||||
ginkgo.It("should provision storage with pvc data source", func() {
|
||||
if !dInfo.Capabilities[CapPVCDataSource] {
|
||||
framework.Skipf("Driver %q does not support cloning - skipping", dInfo.Name)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user