]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
qa/workunits/rbd: fix bogus grep -v asserts in test_clone()
authorIlya Dryomov <idryomov@gmail.com>
Thu, 30 May 2024 14:54:53 +0000 (16:54 +0200)
committerIlya Dryomov <idryomov@gmail.com>
Thu, 13 Jun 2024 12:08:46 +0000 (14:08 +0200)
commitfa29a6e754906c03060e1f6f5f703a1fb1e919a7
treef6398c204708aa493ba20155593a88022524de3b
parent06c0dd2b33d0a632c1d4bbe815e729028c58aeff
qa/workunits/rbd: fix bogus grep -v asserts in test_clone()

The intent of "rbd ls | grep -v clone" was probably to check that an
image with the name "clone" shows up in rbd2 pool and not in rbd pool.
However, it's very far from that -- "grep -v clone" would succeed
regardless because of an image with the name "test1" in rbd pool.

Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
qa/workunits/rbd/cli_generic.sh