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: v18.0.0~1003^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=63db714890c083c90e3adf12bf498dcb64d90fc9;p=ceph-ci.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 --- diff --git a/qa/workunits/cephtool/test.sh b/qa/workunits/cephtool/test.sh index b73cd91d7f5..bac102c0893 100755 --- a/qa/workunits/cephtool/test.sh +++ b/qa/workunits/cephtool/test.sh @@ -1433,7 +1433,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