]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
cephfs-shell: Instead of assert use stat for tests in rmdir 31633/head
authorVarsha Rao <varao@redhat.com>
Thu, 9 Jan 2020 08:50:50 +0000 (14:20 +0530)
committerVarsha Rao <varao@redhat.com>
Wed, 22 Jan 2020 11:00:11 +0000 (16:30 +0530)
commitd4b6a5c2d424f4df418ea8cbb79e826ccdf22108
tree9e9131e74c7b7d616f589885d030068ce5dca83c
parentd21df7560e5eb95eb4258d552910149faa1657c0
cephfs-shell: Instead of assert use stat for tests in rmdir

Using assert causes the tests to fail on teuthology due to this test being run
separately from the ceph cluster. Instead use stat for testing.

Signed-off-by: Varsha Rao <varao@redhat.com>
qa/tasks/cephfs/test_cephfs_shell.py