These temporary files don't matter for test execution with teuthology
but they do matter for execution with vstart_runner.py since the test
fails if these files exist already. And tests are often run repeatedly
with vstart_runner.py, unlike with teuthology.
Fixes: https://tracker.ceph.com/issues/55719
Signed-off-by: Rishabh Dave <ridave@redhat.com>
log.info("o_hash:{}".format(o_hash))
assert (s_hash == o_hash)
+ # cleanup
+ self.mount_a.run_shell("rm dump4", cwd=None, check_status=False)
+
def test_get_without_target_name(self):
"""
Test that get should fail when there is no target name
# test that dump7 exists
self.mount_a.run_shell("cat ./dump7", cwd=None)
+ # cleanup
+ self.mount_a.run_shell(args='rm dump7', cwd=None, check_status=False)
+
def test_get_to_console(self):
"""
Test that get passes with target name