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
|
2015-01-14 01:34:10 -08:00
|
|
|
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=~}
|
2014-12-24 01:43:29 -05: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_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
|
|
|
|
|