2
0
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:
besawn 2022-02-21 11:39:54 -05:00 committed by GitHub
commit 75e1e14b35
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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"