Project

General

Profile

action #176832

Updated by JERiveraMoya 4 months ago

#### Motivation 
 There are 2 use cases for offline medium:  
 1) installation without network 
 2) installation with registration where installer prefers the package in the medium but still setup registration and installed system contains update repos. 

 In this ticket we will deal with 1) setting up for the architecture that allow us to switch off the network, with qemu it is just `OFFLINE_SUT=1` 
 As the SUT doesn't have network the easier way "for now" is to provide unattended installation where we can control it with needles, due to we are not going to be able to download the puppeteer tests. 

 #### Acceptance criteria 
 - **AC1**: Monitor bugs and provide feedback about the state of the offline medium regarding proper booting. 
 - **AC2**: Default unattended installation for offline medium without network is provided. 
 - **AC3**: Check repos after installation. 

 #### Additional information 
 If the medium is not sync on openQA, just copy it to openQA and override openQA variable ISO. 
 As a cosmetic preference, PO would prefer to not have another flavor just for 2 test cases, but to include these offline test suite as part of the online (or whatever name will have at the end) flavor.

Back