Helper functions for s390 console tests
execute_script($script, $scriptargs, $timeout);
Execute $script
with arguments $scriptargs
and upload STDERR and STDOUT as script logs. The maximum execution time of the script is defined by $timeout
.
upload_logs_and_cleanup
Collect and upload logs for investigation. cleanup test suite files.
post_fail_hook();
Executed when a module fails.
post_run_hook();
Executed when a module finishes.
pre_run_hook();
Executed before method run. Fetch the testcase and common libraries from openQA server.