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>
1 file changed