mirror of
https://github.com/ceph/ceph-csi.git
synced 2025-06-13 18:43:34 +00:00
Update framework imports and its functions.
Signed-off-by: Cedric Hauber <hauber.c@gmail.com>
This commit is contained in:
committed by
mergify[bot]
parent
7c96c5c567
commit
2d0ed298e3
@ -93,7 +93,7 @@ var _ = Describe("cephfs", func() {
|
||||
var err error
|
||||
sts := deployProvAsSTS(f.ClientSet)
|
||||
if sts {
|
||||
err = framework.WaitForStatefulSetReplicasReady(cephfsDeploymentName, namespace, f.ClientSet, 1*time.Second, timeout)
|
||||
err = waitForStatefulSetReplicasReady(cephfsDeploymentName, namespace, f.ClientSet, 1*time.Second, timeout)
|
||||
} else {
|
||||
err = waitForDeploymentComplete(cephfsDeploymentName, namespace, f.ClientSet, deployTimeout)
|
||||
}
|
||||
|
Reference in New Issue
Block a user