From e8df125d408018cdc75d26f7034057e5ab7fe872 Mon Sep 17 00:00:00 2001 From: amy0701 Date: Tue, 10 Jul 2012 06:30:50 +0000 Subject: [PATCH] update genimage testcase git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@13265 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- .../autotest/testcase/installation/linux_statelite_installation | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-test/autotest/testcase/installation/linux_statelite_installation b/xCAT-test/autotest/testcase/installation/linux_statelite_installation index 4659093ec..11d834369 100644 --- a/xCAT-test/autotest/testcase/installation/linux_statelite_installation +++ b/xCAT-test/autotest/testcase/installation/linux_statelite_installation @@ -17,7 +17,7 @@ cmd:service dhcpd restart check:rc==0 cmd:copycds $$ISO check:rc==0 -cmd:genimage -i __GETNODEATTR($$CN,installnic)__ -n $$NETDRIVER -o __GETNODEATTR($$CN,os)__ -p compute +cmd:genimage __GETNODEATTR($$CN,os)__-__GETNODEATTR($$CN,arch)__-statelite-compute check:rc==0 cmd:packimage -o __GETNODEATTR($$CN,os)__ -p compute -a __GETNODEATTR($$CN,arch)__ check:rc==0