]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
qa: convert mount calls to mount_wait
authorPatrick Donnelly <pdonnell@redhat.com>
Tue, 29 Jun 2021 21:51:43 +0000 (14:51 -0700)
committerPatrick Donnelly <pdonnell@redhat.com>
Thu, 1 Jul 2021 17:56:10 +0000 (10:56 -0700)
commit4fc4ccb7a112e16f564cbc01a3ced8d2b6be2d68
treef2f456287f707e8d4440355f5f5650e491160cc2
parent8a1ee83b1a2979be40234501d7709c65124fe1bd
qa: convert mount calls to mount_wait

These tests want to immediately use the mount anyway. But the main
problem is, without waiting for the mount to complete, the command:

    chmod 1777 /path/to/mount

is not run so the mount cannot be written to by normal users without
sudo.

Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
qa/tasks/cephfs/filesystem.py
qa/tasks/cephfs/test_client_recovery.py
qa/tasks/cephfs/test_failover.py
qa/tasks/cephfs/test_fragment.py
qa/tasks/cephfs/test_mirroring.py
qa/tasks/cephfs/test_volumes.py