mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-05-30 09:36:41 +00:00
Merge pull request #6478 from gurevichmark/testcase_kdump_at_install
linux_diskless_kdump testcase enhancement
This commit is contained in:
commit
028b76224b
@ -72,7 +72,10 @@ check:output=~\d\d:\d\d:\d\d
|
||||
cmd:xdsh $$CN "echo 'echo 1 > /proc/sys/kernel/sysrq; echo c > /proc/sysrq-trigger' > /tmp/kdump.trigger"
|
||||
cmd:xdsh $$CN "chmod 755 /tmp/kdump.trigger"
|
||||
|
||||
cmd:xdsh $$CN "rpm -q at"
|
||||
# at package should have been installed during provisioning.
|
||||
# If it is still missing, install it with "yum install"
|
||||
cmd:a=`xdsh $$CN rpm -q at`;if [[ $a =~ "package at is not installed" ]]; then xdsh $$CN yum install -y at; fi
|
||||
|
||||
cmd:xdsh $$CN "service atd start"
|
||||
check:rc==0
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user