2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-08-21 02:30:21 +00:00
Files
xcat-core/xCAT-test/autotest/testcase/nodeset/cases1

10 lines
285 B
Plaintext

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