From: Mykola Golub Date: Thu, 29 Mar 2018 09:29:40 +0000 (+0300) Subject: qa/workunits/rbd: remove sanity check in test_admin_socket.sh X-Git-Tag: v12.2.5~37^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F21124%2Fhead;p=ceph.git qa/workunits/rbd: remove sanity check in test_admin_socket.sh Fixes: https://tracker.ceph.com/issues/23499 Signed-off-by: Mykola Golub (cherry picked from commit d392393e1f92b5f35c76606a85e046211b7adddc) --- diff --git a/qa/workunits/rbd/test_admin_socket.sh b/qa/workunits/rbd/test_admin_socket.sh index a7ecd839c5dc..5bff60355965 100755 --- a/qa/workunits/rbd/test_admin_socket.sh +++ b/qa/workunits/rbd/test_admin_socket.sh @@ -112,8 +112,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})"