]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
test: use the same address input format as output will generate 46010/head
authorGreg Farnum <gfarnum@redhat.com>
Sat, 23 Apr 2022 00:00:59 +0000 (00:00 +0000)
committerGreg Farnum <gfarnum@redhat.com>
Sat, 23 Apr 2022 00:00:59 +0000 (00:00 +0000)
Otherwise, our grep fails!

Fixes: https://tracker.ceph.com/issues/55419
Signed-off-by: Greg Farnum <gfarnum@redhat.com>
qa/workunits/cephtool/test.sh

index b73cd91d7f547dfea7c779e25b9fdb1dcb6c0d21..bac102c089307b097fa16a6f92207fa65ed549cc 100755 (executable)
@@ -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