]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
test_cephfs_shell: refactor test_put_and_get_without_target_directory 33264/head
authorRishabh Dave <ridave@redhat.com>
Mon, 13 Jan 2020 11:43:56 +0000 (17:13 +0530)
committerRishabh Dave <ridave@redhat.com>
Mon, 27 Apr 2020 08:58:03 +0000 (14:28 +0530)
commit39db91ea19513bd9feca71ba9f0667e9e6103e97
tree1e9c16dc62ae8922aaf835f52e8d97f6573bce34
parentc17f4d926226850156b63edf91d53fc1a4ad2a26
test_cephfs_shell: refactor test_put_and_get_without_target_directory

The refactor intends to simplify the test and make it more readable,

It also changes how this test creates directory -- tempfile.mkdtemp is
used instead of coreutils mkdir to avoid bug reported here -
https://tracker.ceph.com/issues/43567.

Signed-off-by: Rishabh Dave <ridave@redhat.com>
qa/tasks/cephfs/test_cephfs_shell.py