Set system info parameter command modified

set system info parameter command was wrongly framed hence modified
command and updated the ipmi_raw_cmd_table.py

Tested: Run ipmi/test_ipmi_systeminfo_parameters.robot

Signed-off-by: ganesanb <ganesanb@ami.com>
Change-Id: Ibc6fc78ac256576546266276c3f0871a913e9c31
diff --git a/data/ipmi_raw_cmd_table.py b/data/ipmi_raw_cmd_table.py
index b9e057c..729e968 100644
--- a/data/ipmi_raw_cmd_table.py
+++ b/data/ipmi_raw_cmd_table.py
@@ -525,7 +525,7 @@
             'Set':
             [
                 # raw command, expected output(s)
-                "0x06 0x58 0x00 0x00",
+                "0x06 0x58 0x00",
                 "Request data length invalid",
                 "Invalid data field in request",
             ],