2010-09-20 08:10:57 +00:00
|
|
|
start:makeconservercf_null
|
2011-12-02 06:06:11 +00:00
|
|
|
cmd:chdef -t node -o testnodetmp cons=hmc
|
2010-09-20 08:10:57 +00:00
|
|
|
cmd:makeconservercf
|
|
|
|
check:rc==0
|
|
|
|
cmd:cat /etc/conserver.cf
|
2011-12-02 06:06:11 +00:00
|
|
|
check:output=~console testnodetmp {
|
|
|
|
check:output=~ exec /opt/xcat/share/xcat/cons/hmc testnodetmp;
|
2010-09-20 08:10:57 +00:00
|
|
|
check:output=~}
|
|
|
|
cmd:rmdef -t node testnode
|
|
|
|
end
|
2011-10-17 02:38:32 +00:00
|
|
|
|
2010-09-20 08:10:57 +00:00
|
|
|
start:makeconservercf_noderange
|
2011-12-02 06:06:11 +00:00
|
|
|
cmd:chdef -t node -o testnodetmp cons=hmc
|
|
|
|
cmd:makeconservercf testnodetmp
|
2010-09-20 08:10:57 +00:00
|
|
|
check:rc==0
|
|
|
|
cmd:cat /etc/conserver.cf
|
2011-12-02 06:06:11 +00:00
|
|
|
check:output=~console testnodetmp {
|
|
|
|
check:output=~ exec /opt/xcat/share/xcat/cons/hmc testnodetmp;
|
2010-09-20 08:10:57 +00:00
|
|
|
check:output=~}
|
2011-12-02 06:06:11 +00:00
|
|
|
cmd:rmdef -t node testnodetmp
|
2010-09-20 08:10:57 +00:00
|
|
|
end
|
2011-10-17 02:38:32 +00:00
|
|
|
|
2010-09-20 08:10:57 +00:00
|
|
|
start:makeconservercf_d
|
2011-12-02 06:06:11 +00:00
|
|
|
cmd:chdef -t node -o testnodetmp cons=hmc
|
|
|
|
cmd:makeconservercf testnodetmp
|
2010-09-20 08:10:57 +00:00
|
|
|
check:rc==0
|
2011-12-02 06:06:11 +00:00
|
|
|
cmd:makeconservercf -d testnodetmp
|
2010-09-20 08:10:57 +00:00
|
|
|
check:rc==0
|
2011-12-02 06:06:11 +00:00
|
|
|
cmd:cat /etc/conserver.cf | grep testnodetmp
|
|
|
|
check:output!~testnodetmp
|
|
|
|
cmd:rmdef -t node testnodetmp
|
2010-09-20 08:10:57 +00:00
|
|
|
end
|
|
|
|
|