6da6adfade
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@11109 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
34 lines
831 B
Plaintext
34 lines
831 B
Plaintext
start:makeconservercf_null
|
|
cmd:chdef -t node -o testnodetmp cons=hmc
|
|
cmd:makeconservercf
|
|
check:rc==0
|
|
cmd:cat /etc/conserver.cf
|
|
check:output=~console testnodetmp {
|
|
check:output=~ exec /opt/xcat/share/xcat/cons/hmc testnodetmp;
|
|
check:output=~}
|
|
cmd:rmdef -t node testnode
|
|
end
|
|
|
|
start:makeconservercf_noderange
|
|
cmd:chdef -t node -o testnodetmp cons=hmc
|
|
cmd:makeconservercf testnodetmp
|
|
check:rc==0
|
|
cmd:cat /etc/conserver.cf
|
|
check:output=~console testnodetmp {
|
|
check:output=~ exec /opt/xcat/share/xcat/cons/hmc testnodetmp;
|
|
check:output=~}
|
|
cmd:rmdef -t node testnodetmp
|
|
end
|
|
|
|
start:makeconservercf_d
|
|
cmd:chdef -t node -o testnodetmp cons=hmc
|
|
cmd:makeconservercf testnodetmp
|
|
check:rc==0
|
|
cmd:makeconservercf -d testnodetmp
|
|
check:rc==0
|
|
cmd:cat /etc/conserver.cf | grep testnodetmp
|
|
check:output!~testnodetmp
|
|
cmd:rmdef -t node testnodetmp
|
|
end
|
|
|