Update framework imports and its functions.

Signed-off-by: Cedric Hauber <hauber.c@gmail.com>
This commit is contained in:
Humble Chirammal
2020-01-16 14:56:51 +05:30
committed by mergify[bot]
parent 7c96c5c567
commit 2d0ed298e3
5 changed files with 31 additions and 6 deletions

View File

@ -103,7 +103,7 @@ var _ = Describe("RBD", func() {
var err error
sts := deployProvAsSTS(f.ClientSet)
if sts {
err = framework.WaitForStatefulSetReplicasReady(rbdDeploymentName, namespace, f.ClientSet, 1*time.Second, timeout)
err = waitForStatefulSetReplicasReady(rbdDeploymentName, namespace, f.ClientSet, 1*time.Second, timeout)
} else {
err = waitForDeploymentComplete(rbdDeploymentName, namespace, f.ClientSet, deployTimeout)
}