From 63db714890c083c90e3adf12bf498dcb64d90fc9 Mon Sep 17 00:00:00 2001 From: Greg Farnum Date: Sat, 23 Apr 2022 00:00:59 +0000 Subject: [PATCH] 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 --- qa/workunits/cephtool/test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qa/workunits/cephtool/test.sh b/qa/workunits/cephtool/test.sh index b73cd91d7f547..bac102c089307 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