Project

General

Profile

action #70153

Updated by JERiveraMoya over 3 years ago

The `system_state.pm`[0] is just collecting data from the process list and system loads. I think it would be meaningful to upload the collected data to the OpenQA logs and assets, wherever this is used. Doing such we can review those data afterwards as it is tricky to add automatic validation on the output. 

 [0] https://github.com/os-autoinst/os-autoinst-distri-opensuse/blob/master/tests/console/system_state.pm 

 So basically we can: 
 - Fix the text uploading the file. 
 - Additionally, perform a bit of research about where the post fail is trigger with ps and from which class you need to inherit to have it. 
 - Consider if we need this module.

Back