2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2026-04-13 04:11:31 +00:00

Merge pull request #3600 from junxiawang/0802

modify rinv testcase for different arch has different output
This commit is contained in:
xuweibj
2017-08-03 11:02:33 +08:00
committed by GitHub

View File

@@ -121,7 +121,7 @@ cmd:chdef $$CN bmcpassword=test
check:rc==0
cmd:rinv $$CN all
check:rc==1
check:output=~$$CN: Error: Invalid username or password
check:output=~$$CN: Error: Invalid username or password|Error: ERROR: Incorrect password provided
cmd:cat /tmp/testnode.stanza | chdef -z;rm -rf /tmp/testnode.stanza
check:rc==0
end