2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-07-24 05:11:12 +00:00

Add test case for the addkcomdline attribute of node definition

This commit is contained in:
GONG Jie
2017-03-27 15:25:36 +08:00
parent 6d0b17fdb4
commit 43fdd43877

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