2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-06-24 15:05:36 +00:00

Add a crashkernel size check to linux_diskless_kdump testcase

This commit is contained in:
Mark Gurevich
2022-02-21 11:27:55 -05:00
parent a15d4b038f
commit ffbd11deac

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"