Add wait logic to check fsid from toolbox

Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
This commit is contained in:
Madhu Rajanna
2019-08-30 10:36:36 +05:30
committed by mergify[bot]
parent a81a3bf96b
commit ae67534a44
4 changed files with 36 additions and 15 deletions

View File

@ -61,6 +61,7 @@ var _ = Describe("cephfs", func() {
BeforeEach(func() {
updateCephfsDirPath(f.ClientSet)
createFileSystem(f.ClientSet)
waitTillMonsAreUp(f)
createConfigMap(cephfsDirPath, f.ClientSet, f)
deployCephfsPlugin()
createCephfsSecret(f.ClientSet, f)