From c41347cb58dee0de2421df10404ec1d11c1efcd7 Mon Sep 17 00:00:00 2001 From: amy0701 Date: Fri, 28 Oct 2011 05:31:33 +0000 Subject: [PATCH] update template git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@10907 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-test/autotest/aix.conf.template | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/xCAT-test/autotest/aix.conf.template b/xCAT-test/autotest/aix.conf.template index a91793300..1e204dfdf 100644 --- a/xCAT-test/autotest/aix.conf.template +++ b/xCAT-test/autotest/aix.conf.template @@ -5,6 +5,7 @@ key=system username=root password=cluster + #add object definition to xCAT database #[Object_objecttype] #Name=object name @@ -14,6 +15,7 @@ Name=autotest_ent net=192.168.10.0 mask=255.255.255.0 gateway=192.168.10.2 + [Object_node] Name=w1v3hmc05.ppd.pok.ibm.com groups=all @@ -21,17 +23,23 @@ nodetype=hmc mgt=hmc username=hscroot password=abc123 + [Object_node] Name=lpar6 hcp=w1v3hmc05.ppd.pok.ibm.com + #script to run before test [Script_Prev] + #scripts to run after test [Script_Post] + #varible can be referenced in command and output check string in the test case by $$VARIABLE #system VARIABLE,xCAT automated test predefined variable + [System] CN=lpar6 #computenode name +MN=lpar5 SOURCE=/61L #the source used by mknimimage SSHPKG=/tmp/xcat/ssh #put additional package and bundle here MaxLparID=32 #Max LPAR ID on target CEC, used by cases for mkvm,chvm,lsvm,rmvm