Test framework update & conftest fixup
Signed-off-by: Michal Rakowski <michal.rakowski@intel.com>
This commit is contained in:
parent
137f16fe46
commit
23aea2b7cc
@ -1 +1 @@
|
||||
Subproject commit b36c34a2feca33556c6b871b9d99bde6fb0390a1
|
||||
Subproject commit 7b8fb2ba6a3a1a293152f0dfef6568e103c86be4
|
@ -169,8 +169,7 @@ def base_prepare(item):
|
||||
|
||||
for disk in TestRun.dut.disks:
|
||||
disk.umount_all_partitions()
|
||||
if not create_partition_table(disk, PartitionTable.gpt):
|
||||
raise Exception(f"Failed to remove partitions from {disk}")
|
||||
create_partition_table(disk, PartitionTable.gpt)
|
||||
|
||||
if get_force_param(item) and not TestRun.usr.already_updated:
|
||||
installer.rsync_opencas_sources()
|
||||
|
Loading…
Reference in New Issue
Block a user