mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-05-30 17:46:38 +00:00
Merge pull request #7112 from gurevichmark/diskless_kdump_crashkernel_auto
Add a crashkernel size check to linux_diskless_kdump testcase
This commit is contained in:
commit
75e1e14b35
@ -95,6 +95,9 @@ check:output=~/opt/xcat/share/xcat/tools/autotest/kdumpdir
|
||||
# Verify kdump parameters are in /proc/cmdline file
|
||||
cmd:xdsh $$CN cat /proc/cmdline
|
||||
|
||||
# Check how much memory was really allocated for crashkernel
|
||||
cmd:xdsh $$CN grep "Reserving" /var/log/messages
|
||||
|
||||
# Verify no error configuring kdump server
|
||||
cmd:xdsh $$CN cat /var/log/xcat/xcat.log | grep "The kdump server is not configured"
|
||||
check:output!="The kdump server is not configured"
|
||||
|
Loading…
x
Reference in New Issue
Block a user