Skip to content

Commit

Permalink
test: use the same address input format as output will generate
Browse files Browse the repository at this point in the history
Otherwise, our grep fails!

Fixes: https://tracker.ceph.com/issues/55419

Signed-off-by: Greg Farnum <[email protected]>
  • Loading branch information
gregsfortytwo committed Apr 23, 2022
1 parent c454d0d commit 63db714
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qa/workunits/cephtool/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 63db714

Please sign in to comment.