]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
cephfs: add test for dump tree admin socket command
authorDouglas Fuller <dfuller@redhat.com>
Tue, 28 Jun 2016 19:23:53 +0000 (12:23 -0700)
committerJohn Spray <john.spray@redhat.com>
Thu, 28 Jul 2016 10:35:56 +0000 (11:35 +0100)
commitc669f1ecd5f1afb2735c83f3abbef320ca3f2cca
tree968e96f856f11a4cf008e4cfe8bf6a77a520a848
parent60dc96884a5b8b1ad1a9b3114326cdae9f7dd4bc
cephfs: add test for dump tree admin socket command

Add test_dump_tree to validate the MDS admin socket command
dump tree. Add a parameter for path_to_ino to enable the use of
lstat() instead of stat()

See: http://tracker.ceph.com/issues/11171
See: https://github.com/ceph/ceph/pull/9925
Signed-off-by: Douglas Fuller <dfuller@redhat.com>
suites/fs/basic/tasks/asok_dump_tree.yaml [new file with mode: 0644]
tasks/cephfs/mount.py
tasks/cephfs/test_dump_tree.py [new file with mode: 0644]