Project

General

Profile

action #127868

Updated by mkittler about 1 year ago

## Motivation 
 From https://confluence.suse.com/display/qasle/Engineering+proposal+-+openQA+SLE+Module https://confluence.suse.com/display/qasle/openQA+SLE+Module , not knowing more than the subject line 

 ## Acceptance criteria 
 * **AC1:** The exact use case the customer was thinking of is known (e.g. at which step should checksums be computed or signing happening; how should validation afterwards work; what parts should be covered) 
 * **AC2:** openQA can be configured to provide a checksum covering all relevant test details to show that results have not been "tampered" with 

 ## Suggestions 

 Maybe just do something like: 

 ``` 
 okurz@openqa:/var/lib/openqa/testresults/10938/10938628-sle-15-SP5-Windows_10_BIOS-x86_64-Build2.169-wsl-main+register@win10_64bit> tar -caf - * | sha256sum 
 e8f3c4b03783a82f513d1c0b5a68f64c98443d59a12f9b895257cb22921d2cf0    - 
 ``` 

 and show the hashsum in job details of openQA and offer over API based on configuration.

Back