mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-05-29 17:23:08 +00:00
11 lines
605 B
Plaintext
11 lines
605 B
Plaintext
start:check_mn_cluster_log_file
|
|
description:check known error message in /var/log/xcat/cluster.log file. Only for redhat and sles.
|
|
label:mn_only,ci_test
|
|
cmd:cat /var/log/xcat/cluster.log | grep "xcatd: Error happened when receiving data from DB access"
|
|
check:output!~xcatd: Error happened when receiving data from DB access
|
|
cmd:cat /var/log/xcat/cluster.log | grep "Undefined subroutine &main"
|
|
check:output!~ "Undefined subroutine &main"
|
|
cmd:cat /var/log/xcat/cluster.log | grep "xcatd: possible BUG encountered by xCAT UDP service"
|
|
check:output!~"xcatd: possible BUG encountered by xCAT UDP service"
|
|
end
|