2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-06-16 03:10:36 +00:00
Files
xcat-core/xCAT-test/autotest/testcase/geninitrd/cases0
amy0701 0be7b150fd update testcase for geninitrd
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@13475 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2012-08-09 09:32:26 +00:00

9 lines
257 B
Plaintext

start:geninitrd_i_n_o_p
os:Linux
cmd:copycds $$ISO
cmd:genimage __GETNODEATTR($$CN,os)__-__GETNODEATTR($$CN,arch)__-netboot-compute
check:rc==0
cmd:ls -l /install/netboot/__GETNODEATTR($$CN,os)__/__GETNODEATTR($$CN,arch)__/compute/initrd.gz
check:rc==0
end