2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-05-22 03:32:04 +00:00

modify a typo in PR 4530 (#4533)

This commit is contained in:
Weihua Hu 2017-12-15 17:32:23 +08:00 committed by Bin Xu
parent ccc6df75ae
commit d31ea43c29

View File

@ -383,7 +383,7 @@ start:rspconfig_set_admin_passwd_with_error_origin_password
description: To test "rspconfig <node> admin_passwd=xxx,yyy". If the original password is wrong, should throw out error message
os:Linux
hcp:openbmc
cmd:rspconfig $$CN admin_passwd=bogus__GETNODEATTR(f6u17,bmcpassword)__,cluster
cmd:rspconfig $$CN admin_passwd=bogus__GETNODEATTR($$CN,bmcpassword)__,cluster
check:output =~Current BMC password is incorrect
check:rc != 0
end