commit | c49b319d0b6fdae5d86a918e10d5e31bfac0a341 | [log] [tgz] |
---|---|---|
author | George Keishing <gkeishin@in.ibm.com> | Fri Feb 09 02:00:35 2018 -0600 |
committer | George Keishing <gkeishin@in.ibm.com> | Fri Feb 09 18:30:39 2018 +0000 |
tree | f1426ec20286914b90b97b68f956262b37235cea | |
parent | 4481b93f1fde6a9991a12d28ab658df92e3d568a [diff] |
Fix IPMI command string Error msg: "Keyword 'ipmi_client.Run IPMI Command' expected 1 argument, got 2." IPMI raw command string needs to be a single space between the hex data. A new line in robot introduces 2 spaces making IPMI to throw the argument error. Resolves openbmc/openbmc-test-automation#1239 Change-Id: I8ab56dee756865df50dd4152835e047046ff9a14 Signed-off-by: George Keishing <gkeishin@in.ibm.com>