]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
qa/cephfs: make file data unique in caps_helper.py
authorRishabh Dave <ridave@redhat.com>
Sat, 30 Apr 2022 09:14:19 +0000 (14:44 +0530)
committerRishabh Dave <ridave@redhat.com>
Thu, 21 Jul 2022 12:23:16 +0000 (17:53 +0530)
commit2601831ff72f75983efc3e160f3c84f92b832a0e
tree2f31116746a16c2a3ea7752048d775c4226002cb
parentd1f01cc86dc74dc6f083066065314235e23ff1f4
qa/cephfs: make file data unique in caps_helper.py

Let's change the file data to include the file path, the CephFS name
and the host FS and CephFS mountpoint so that the bugs where, let's say,
"cephfs2" is mounted instead of "cephfs1" (where obviously both the
CephFSs lie on the same Ceph cluster) is caught by the tests due to
uniqueness of every test file's content.

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