2010-09-20 08:10:57 +00:00
|
|
|
#add rows to xCAT database table tablename
|
|
|
|
#[Table_tablename]
|
|
|
|
#key=value
|
|
|
|
[Table_passwd]
|
|
|
|
key=system
|
|
|
|
username=root
|
|
|
|
password=cluster
|
2011-10-28 05:31:33 +00:00
|
|
|
|
2010-09-20 08:10:57 +00:00
|
|
|
#add object definition to xCAT database
|
|
|
|
#[Object_objecttype]
|
|
|
|
#Name=object name
|
|
|
|
#Attribute=value
|
|
|
|
[Object_network]
|
|
|
|
Name=autotest_ent
|
|
|
|
net=192.168.10.0
|
|
|
|
mask=255.255.255.0
|
|
|
|
gateway=192.168.10.2
|
2011-10-28 05:31:33 +00:00
|
|
|
|
2010-09-20 08:10:57 +00:00
|
|
|
[Object_node]
|
|
|
|
Name=w1v3hmc05.ppd.pok.ibm.com
|
|
|
|
groups=all
|
|
|
|
nodetype=hmc
|
|
|
|
mgt=hmc
|
|
|
|
username=hscroot
|
|
|
|
password=abc123
|
2011-10-28 05:31:33 +00:00
|
|
|
|
2010-09-20 08:10:57 +00:00
|
|
|
[Object_node]
|
|
|
|
Name=lpar6
|
|
|
|
hcp=w1v3hmc05.ppd.pok.ibm.com
|
2011-10-28 05:31:33 +00:00
|
|
|
|
2010-09-20 08:10:57 +00:00
|
|
|
#script to run before test
|
|
|
|
[Script_Prev]
|
2011-10-28 05:31:33 +00:00
|
|
|
|
2010-09-20 08:10:57 +00:00
|
|
|
#scripts to run after test
|
|
|
|
[Script_Post]
|
2011-10-28 05:31:33 +00:00
|
|
|
|
2010-09-20 08:10:57 +00:00
|
|
|
#varible can be referenced in command and output check string in the test case by $$VARIABLE
|
|
|
|
#system VARIABLE,xCAT automated test predefined variable
|
2011-10-28 05:31:33 +00:00
|
|
|
|
2010-09-20 08:10:57 +00:00
|
|
|
[System]
|
|
|
|
CN=lpar6 #computenode name
|
2011-10-28 05:31:33 +00:00
|
|
|
MN=lpar5
|
2010-09-20 08:10:57 +00:00
|
|
|
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
|
|
|
|
#customerize VARIABLE, user can add variable for new cases here
|
|
|
|
[Custom]
|
|
|
|
#VARNAME=value
|