]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
qa/suites/rbd: add cram-based mon command API test
authorIlya Dryomov <idryomov@gmail.com>
Sat, 29 Jan 2022 14:01:27 +0000 (15:01 +0100)
committerIlya Dryomov <idryomov@gmail.com>
Sun, 6 Feb 2022 20:31:08 +0000 (21:31 +0100)
commit76cac2a1ba79169ce72783d4cae95234249fea1a
tree43b20ec8ef76719b6bc1fc9388a5bb9b9ac6f196
parente00fbecf62de9bb2facde10af19a82d98998983c
qa/suites/rbd: add cram-based mon command API test

With mon (rbd_support mgr module in this case) command definitions
generated automatically by @CLI{Read,Write}Command decorator, it's
very easy to accidentally break the external facing API.

Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
(cherry picked from commit 4ed1e74d83e8bf99b77d794d2d3bd0b22fe0997a)
qa/suites/rbd/singleton/all/mon-command-help.yaml [new file with mode: 0644]
src/test/cli-integration/rbd/mon-command-help.t [new file with mode: 0644]