Skip to content

Commit

Permalink
qa: tolerate wildcard position
Browse files Browse the repository at this point in the history
It does not make much sense to add this kind of restrictions
as long as user is aware of what is going on.

Signed-off-by: xie xingguo <xie.xingguo@zte.com.cn>
  • Loading branch information
xiexingguo committed Apr 26, 2019
1 parent 05bd54f commit c58f207
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions qa/workunits/cephtool/test.sh
Expand Up @@ -1549,11 +1549,9 @@ function test_mon_osd()
expect_false ceph osd add-noup 797er
expect_false ceph osd add-nodown u9uwer
expect_false ceph osd add-noin 78~15
expect_false ceph osd add-noout 0 all 1

expect_false ceph osd rm-noup 1234567
expect_false ceph osd rm-nodown fsadf7
expect_false ceph osd rm-noin 0 1 any
expect_false ceph osd rm-noout 790-fd

ids=`ceph osd ls-tree default`
Expand Down

0 comments on commit c58f207

Please sign in to comment.