Project

General

Profile

action #91761

Updated by oorlov almost 3 years ago

y2_module_guitest should include post fail hook, as for ncurses we have y2_module_consoletest. 
 Ensure the structure is correct in https://github.com/os-autoinst/os-autoinst-distri-opensuse/blob/master/tests/x11/network/yast2_network_use_nm.pm#L17 

 ##Task:  
 1. Use 'y2_module_guitest' as a parent of the module; 
 2. Do not use 'x11test' as parent; 
 3. Use post_fail_hook from new parent 'y2_module_guitest' 
 3. Ensure the test is passing with the changes.

Back