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
commit 7f07e6a271
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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: