Skip to content

Commit

Permalink
Merge pull request ceph#46010 from gregsfortytwo/wip-55419-blocklist-…
Browse files Browse the repository at this point in the history
…test

test: Fix a blocklist API test

Reviewed-by: Laura Flores <[email protected]>
  • Loading branch information
neha-ojha authored Apr 26, 2022
2 parents 76b3367 + 63db714 commit cf78cf4
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 cf78cf4

Please sign in to comment.