Project

General

Profile

action #167093

Updated by JERiveraMoya 7 months ago

#### Motivation 
 Detect end of agama installation in s390x using logs. 
 Usign zVM workers we don't have UI to know where the installation ended, but it is possible to perform some kind of active search in a loop with some similar timeout that we have for the UI to know that the process finished. 
 In the future it will be some feature in agama (cli for example) to do that. 

 #### Acceptance criteria 
 * **AC1**: Detect end of agama installation in s390x using logs 

 #### Additional information 
 get_reboot_page should give us an object that override the method to check if reboot web page is in the screen, so basically handle with Page Object Model.

Back