From: Greg Farnum Date: Sat, 23 Apr 2022 00:00:59 +0000 (+0000) Subject: test: use the same address input format as output will generate X-Git-Tag: v16.2.11~543^2~2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=29ab1f2001aea7c3a783cf5e0c8787147a978112;p=ceph.git test: use the same address input format as output will generate Otherwise, our grep fails! Fixes: https://tracker.ceph.com/issues/55419 Signed-off-by: Greg Farnum (cherry picked from commit 63db714890c083c90e3adf12bf498dcb64d90fc9) --- diff --git a/qa/workunits/cephtool/test.sh b/qa/workunits/cephtool/test.sh index 9ae249f9c794..06e8cbe62bad 100755 --- a/qa/workunits/cephtool/test.sh +++ b/qa/workunits/cephtool/test.sh @@ -1430,7 +1430,7 @@ function test_mon_osd() expect_false "ceph osd blocklist add 1234.56.78.90/100" # test range blocklisting - bl=192.168.0.1/24 + bl=192.168.0.1:0/24 ceph osd blocklist range add $bl ceph osd blocklist ls | grep $bl ceph osd blocklist range rm $bl