2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-06-17 11:50:32 +00:00

Modify xcattest cases for bug 5382 (#5392)

This commit is contained in:
Weihua Hu
2018-07-11 16:24:33 +08:00
committed by Bin Xu
parent 305aab0a3b
commit c4517075c3

View File

@ -3,9 +3,9 @@ cmd:chdef -t node -o testnodetmp cons=hmc groups=all
cmd:makeconservercf testnodetmp
check:rc==0
cmd:cat /etc/conserver.cf
check:output=~console testnodetmp {
check:output=~console testnodetmp \{
check:output=~ /opt/xcat/share/xcat/cons/hmc testnodetmp;
check:output=~}
check:output=~\}
cmd:rmdef -t node testnodetmp
end
@ -14,9 +14,9 @@ cmd:chdef -t node -o testnodetmp cons=hmc groups=all
cmd:makeconservercf testnodetmp
check:rc==0
cmd:cat /etc/conserver.cf
check:output=~console testnodetmp {
check:output=~console testnodetmp \{
check:output=~ /opt/xcat/share/xcat/cons/hmc testnodetmp;
check:output=~}
check:output=~\}
cmd:rmdef -t node testnodetmp
end