Project

General

Profile

action #34414

Updated by riafarov about 5 years ago

## Motivation 
 To avoid similar bugs in future, let's run regression test against profile used by cloud team in [bsc#1088183](https://bugzilla.suse.com/show_bug.cgi?id=1088183) 
 Please, find the profile in the attachment. 

 ## Acceptance criteria 
 * AC1: There is a test suite running ay installation based on profile from the bug for at least the codestreams SLE 15 and SLE 12 (can be combined with one of the existing profiles) for qemu x86_64 

 ## Suggestions 
 1. Understand which part of the AY profile triggers the bug (e.g. reproduce with SP3) 
 2. Learn how self-update works 
 3. If we fail to reproduce the bug with SP3, we should ignore automation of it as is senseless then 
 4. Adjust profile to be used in openQA by injecting sections from the minimal profiles (to create users, remove timeout for pop-up messages, disable grub timeout): 

 See https://github.com/os-autoinst/os-autoinst-distri-opensuse/blob/master/data/autoyast/mini.xml and https://github.com/os-autoinst/os-autoinst-distri-opensuse/blob/master/data/autoyast_sle15/mini.xml 

 To spawn http server: python -m SimpleHTTPServer 8787 
 Then add autoyast2=http://%ip%/autoyast.xml 

Back