Skip to content

Commit

Permalink
tests: Wipe used devices for LVM2 RAID tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tbzatek committed Sep 5, 2023
1 parent b5578c9 commit d1c5c78
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/tests/dbus-tests/test_20_LVM.py
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,7 @@ def test_15_raid(self):
dev_obj = self.get_object('/block_devices/' + os.path.basename(d))
self.assertIsNotNone(dev_obj)
devs.append(dev_obj)
self.addCleanup(self.wipe_fs, d)
vg = self._create_vg(vgname, devs)
self.addCleanup(self._remove_vg, vg)

Expand Down

0 comments on commit d1c5c78

Please sign in to comment.