2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-07-08 13:55:37 +00:00

Merge pull request #2754 from neo954/issue2684addkcmdline

Add test case for the addkcomdline attribute of node definition
This commit is contained in:
chenglch
2017-03-28 17:05:53 +08:00
committed by GitHub

View File

@ -0,0 +1,9 @@
start:nodeset_addkcmdline
cmd:chdef $$CN addkcmdline=debug
check:rc==0
cmd:nodeset $$CN osimage=__GETNODEATTR($$CN,os)__-__GETNODEATTR($$CN,arch)__-install-compute
check:rc==0
cmd:find -L /tftpboot -name '*$$CN*' -exec cat {} + | grep debug
check:rc==0
cmd:chdef $$CN addkcmdline=
end