2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-06-22 22:15:30 +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:
besawn
2022-02-21 11:39:54 -05:00
committed by GitHub

View File

@ -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"