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: v17.2.1~15^2~2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=d79cf8dc070587e767cc90fe93943f8a58362893;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 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