mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-07-08 05:45:39 +00:00
Merge pull request #2754 from neo954/issue2684addkcmdline
Add test case for the addkcomdline attribute of node definition
This commit is contained in:
9
xCAT-test/autotest/testcase/nodeset/cases1
Normal file
9
xCAT-test/autotest/testcase/nodeset/cases1
Normal 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
|
Reference in New Issue
Block a user