mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-08-24 12:10:25 +00:00
Merge pull request #797 from caomengmeng/add_one_check_log_case
[FVT]Automation Case: Add analyze xCAT log file case to track known error even the OS is installed successfully
This commit is contained in:
10
xCAT-test/autotest/testcase/analyze_log/case0
Normal file
10
xCAT-test/autotest/testcase/analyze_log/case0
Normal file
@@ -0,0 +1,10 @@
|
||||
start:check_mn_cluster_log_file
|
||||
os:Linux
|
||||
description:check known error message in /var/log/xcat/cluster.log file. Only for redhat and sles.
|
||||
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
|
Reference in New Issue
Block a user