From 44b69f4e4ba57d2d11108275bdac17bddee00997 Mon Sep 17 00:00:00 2001 From: amy0701 Date: Fri, 14 Dec 2012 05:55:28 +0000 Subject: [PATCH] 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 --- .../installation/linux_statelite_installation | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/xCAT-test/autotest/testcase/installation/linux_statelite_installation b/xCAT-test/autotest/testcase/installation/linux_statelite_installation index 11d834369..286506fc7 100644 --- a/xCAT-test/autotest/testcase/installation/linux_statelite_installation +++ b/xCAT-test/autotest/testcase/installation/linux_statelite_installation @@ -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