]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
qa/workunits/rbd: remove sanity check in test_admin_socket.sh 21116/head
authorMykola Golub <mgolub@suse.com>
Thu, 29 Mar 2018 09:29:40 +0000 (12:29 +0300)
committerMykola Golub <mgolub@suse.com>
Thu, 29 Mar 2018 09:29:40 +0000 (12:29 +0300)
Fixes: https://tracker.ceph.com/issues/23499
Signed-off-by: Mykola Golub <mgolub@suse.com>
qa/workunits/rbd/test_admin_socket.sh

index 4ca8829680b8e5cc8971ec6aabfc08453931921c..6b960787b5edcc58de93554e80d82ec5174f37fd 100755 (executable)
@@ -113,8 +113,6 @@ function rbd_watch_end()
        $(rbd_watch_out_file ${image}) $(rbd_watch_asok ${image})
 }
 
-wait_for_clean
-
 pool="rbd"
 image=testimg$$
 ceph_admin="ceph --admin-daemon $(rbd_watch_asok ${image})"