]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
qa: remove unreacheable/redundant code from test_data_scan.py 61991/head
authorDhairya Parmar <dparmar@redhat.com>
Tue, 25 Feb 2025 10:58:06 +0000 (16:28 +0530)
committerDhairya Parmar <dparmar@redhat.com>
Tue, 25 Feb 2025 10:59:12 +0000 (16:29 +0530)
commit57137e799b234dbb43952acb6302124eca063deb
tree7722a2720f65c17266280f4afc1ae32249ed1919
parent20b102147c97ecca2573f4cdc76b843b83ff5bd5
qa: remove unreacheable/redundant code from test_data_scan.py

call to self.fs.journal_tool(["journal", "reset", "--force", "--yes-i-really-really-mean-it"], 0)
is already made below it, the same call under if False is unreachable.

Signed-off-by: Dhairya Parmar <dparmar@redhat.com>
qa/tasks/cephfs/test_data_scan.py