Merge pull request #487 from katlapinka/rm-part-conftest

Remove partitions from disk after unmounting them
This commit is contained in:
Robert Baldyga
2020-08-05 15:18:02 +02:00
committed by GitHub

View File

@@ -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: