Project

General

Profile

action #59202

Updated by riafarov over 4 years ago

## Motivation Motvation 
 ASSET_ISO_SHA256 

 We have calculated MD5 checksum, but iso images already have asset with sha256 checksum 

 What we need is to calculate SHA256 now on the worker side. 

 We already have checksum calculated with sha256: https://github.com/os-autoinst/os-autoinst-distri-opensuse/blob/master/lib/data_integrity_utils.pm#L68  

 We should keep old behavior side, as we do for the jobs which are still triggered by rsync.pl 

 riafarov will confirm how name of the variable will look like for ISO_1, etc. 

 ## Acceptance criteria 
 1. sha256 checksum is validated with sha256 MD5, as new sync solution won't set those anymore

Back