add nodeset osimage support for linux_statelite_installation

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@14649 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
amy0701 2012-12-14 05:55:28 +00:00
parent f7a82f2c05
commit 44b69f4e4b

View File

@ -1,4 +1,4 @@
start:Linux_statelite_installation_flat
start:Linux_statelite_installation_flat_ppc64
os:Linux
cmd:makedns -n
check:rc==0
@ -64,4 +64,14 @@ check:output=~booted
cmd:xdsh $$CN date
check:rc==0
check:output=~\d\d:\d\d:\d\d
cmd:nodeset $$CN osimage
check:rc==0
cmd:rnetboot $$CN
check:rc==0
cmd:sleep 400
cmd:lsdef -l $$CN | grep status
check:output=~booted
cmd:xdsh $$CN date
check:rc==0
check:output=~\d\d:\d\d:\d\d
end