From fdf095ea1501f0b84f4a218302951505676bac5d Mon Sep 17 00:00:00 2001 From: Katarzyna Lapinska Date: Wed, 5 Aug 2020 12:00:44 +0200 Subject: [PATCH] Remove partitions from disk after unmounting them Signed-off-by: Katarzyna Lapinska --- test/functional/tests/conftest.py | 1 + 1 file changed, 1 insertion(+) diff --git a/test/functional/tests/conftest.py b/test/functional/tests/conftest.py index 4b1a64f..8e7b2a5 100644 --- a/test/functional/tests/conftest.py +++ b/test/functional/tests/conftest.py @@ -168,6 +168,7 @@ def base_prepare(item): for disk in TestRun.dut.disks: disk.umount_all_partitions() + disk.remove_partitions() create_partition_table(disk, PartitionTable.gpt) if get_force_param(item) and not TestRun.usr.already_updated: