IPMI: Modified test_ipmi_fru_device.robot based on user input

Changes:
   -Removed raw from Run IPMI command. It is not required here

Tested:
   -Ran scripts and is it running Successfully

Change-Id: I5fde45490cbea166f3fd23070aa9beab34285db3
Signed-off-by: manimozhik <manimozhik@ami.com>
diff --git a/ipmi/test_ipmi_fru_device.robot b/ipmi/test_ipmi_fru_device.robot
index 8227de0..dd2d225 100644
--- a/ipmi/test_ipmi_fru_device.robot
+++ b/ipmi/test_ipmi_fru_device.robot
@@ -330,7 +330,7 @@
     # IPMI Read FRU Data Command.
     # 0xff - Count to read --- count is ‘1’ based
     ${resp}=  Run IPMI Command
-    ...  raw ${IPMI_RAW_CMD['FRU']['Read'][0]} ${fru_id} ${offset} 0xff
+    ...  ${IPMI_RAW_CMD['FRU']['Read'][0]} ${fru_id} ${offset} 0xff
 
     [Return]  ${resp}
 
@@ -347,7 +347,7 @@
 
     # IPMI Write FRU Data Command.
     ${resp}=  Run IPMI Command
-    ...  raw ${IPMI_RAW_CMD['FRU']['Write'][0]} ${fru_id} ${offset} ${data}
+    ...  ${IPMI_RAW_CMD['FRU']['Write'][0]} ${fru_id} ${offset} ${data}
 
     Should Be Equal As Strings  ${resp}  ${length}