Merge pull request #450 from micrakow/tf_update
Test framework update & conftest fixup
This commit is contained in:
		 Submodule test/functional/test-framework updated: b36c34a2fe...7b8fb2ba6a
									
								
							| @@ -169,8 +169,7 @@ def base_prepare(item): | |||||||
|  |  | ||||||
|         for disk in TestRun.dut.disks: |         for disk in TestRun.dut.disks: | ||||||
|             disk.umount_all_partitions() |             disk.umount_all_partitions() | ||||||
|             if not create_partition_table(disk, PartitionTable.gpt): |             create_partition_table(disk, PartitionTable.gpt) | ||||||
|                 raise Exception(f"Failed to remove partitions from {disk}") |  | ||||||
|  |  | ||||||
|         if get_force_param(item) and not TestRun.usr.already_updated: |         if get_force_param(item) and not TestRun.usr.already_updated: | ||||||
|             installer.rsync_opencas_sources() |             installer.rsync_opencas_sources() | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Robert Baldyga
					Robert Baldyga