mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-06-17 20:00:19 +00:00
Modify xcattest cases for bug 5382 (#5392)
This commit is contained in:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user