Package with common methods and default values for testing ReaR on HA module.
This package inherits from opensusebasetest and should be used as a class.
$self->rear_cmd_log();
$self->rear_cmd_log('/path/to/log/file.log');
Sets or gets the full path to the ReaR command log.
$self->upload_fs_blk_info(prefix => $prefix);
Upload outputs of lsblk and findmnt commands. If supplied with a prefix in the named argument prefix, prepend the log file names with it.
$self->upload_rear_logs();
Upload needed logs for debugging purposes.