lib/rear.pm

SYNOPSIS

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.

rear_cmd_log

$self->rear_cmd_log();
$self->rear_cmd_log('/path/to/log/file.log');

Sets or gets the full path to the ReaR command log.

upload_fs_blk_info

$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.

upload_rear_logs

$self->upload_rear_logs();

Upload needed logs for debugging purposes.