Fix Line is too long in test suite

+ ipmi/test_ipmi_network_verificaton.robot
W: 208, 110: Line is too long (exceeds 110 characters) (LineTooLong)
W: 224, 110: Line is too long (exceeds 110 characters) (LineTooLong)
W: 276, 110: Line is too long (exceeds 110 characters) (LineTooLong)
W: 286, 110: Line is too long (exceeds 110 characters) (LineTooLong)
W: 295, 110: Line is too long (exceeds 110 characters) (LineTooLong)
W: 368, 110: Line is too long (exceeds 110 characters) (LineTooLong)
+ ipmi/test_ipmi_poh_counter.robot
W: 22, 110: Line is too long (exceeds 110 characters) (LineTooLong)
+ ipmi/test_ipmi_user.robot
W: 386, 110: Line is too long (exceeds 110 characters) (LineTooLong)
+ ipmi/test_ipmi_cold_reset.robot
W: 95, 110: Line is too long (exceeds 110 characters) (LineTooLong)
W: 176, 110: Line is too long (exceeds 110 characters) (LineTooLong
+ ipmi/test_ipmi_inband_sdr.robot
W: 204, 110: Line is too long (exceeds 110 characters) (LineTooLong)
+ ipmi/test_ipmi_chassis.robot
W: 64, 110: Line is too long (exceeds 110 characters) (LineTooLong)
W: 74, 110: Line is too long (exceeds 110 characters) (LineTooLong)
+ ipmi/test_ipmi_sel_time.robot
W: 7, 110: Line is too long (exceeds 110 characters) (LineTooLong)
W: 9, 110: Line is too long (exceeds 110 characters) (LineTooLong)
W: 13, 110: Line is too long (exceeds 110 characters) (LineTooLong)
W: 15, 110: Line is too long (exceeds 110 characters) (LineTooLong)
W: 186, 110: Line is too long (exceeds 110 characters) (LineTooLong)
+ ipmi/test_ipmi_systeminfo_parameters.robot
W: 98, 110: Line is too long (exceeds 110 characters) (LineTooLong)
W: 109, 110: Line is too long (exceeds 110 characters) (LineTooLong)
W: 154, 110: Line is too long (exceeds 110 characters) (LineTooLong)
W: 175, 110: Line is too long (exceeds 110 characters) (LineTooLong)
W: 211, 110: Line is too long (exceeds 110 characters) (LineTooLong)
W: 293, 110: Line is too long (exceeds 110 characters) (LineTooLong)
W: 313, 110: Line is too long (exceeds 110 characters) (LineTooLong)
W: 421, 110: Line is too long (exceeds 110 characters) (LineTooLong)
W: 422, 110: Line is too long (exceeds 110 characters) (LineTooLong)
W: 441, 110: Line is too long (exceeds 110 characters) (LineTooLong)
W: 442, 110: Line is too long (exceeds 110 characters) (LineTooLong)
W: 498, 110: Line is too long (exceeds 110 characters) (LineTooLong)

Change-Id: I193c22c648e9fe77f017896a4ca19e35cd7adfc2
Signed-off-by: George Keishing <gkeishin@in.ibm.com>
diff --git a/ipmi/test_ipmi_systeminfo_parameters.robot b/ipmi/test_ipmi_systeminfo_parameters.robot
index f50ed3d..89b6d49 100644
--- a/ipmi/test_ipmi_systeminfo_parameters.robot
+++ b/ipmi/test_ipmi_systeminfo_parameters.robot
@@ -95,7 +95,8 @@
     ...  and expect to get the error message for invalid length.
     [Tags]  Verify_Get_System_Info_Set_In_Progress_With_Invalid_Data_Length
 
-    # Check if the Get System Info Parameter for param 0 - set in progress throws error for invalid data length.
+    # Check if the Get System Info Parameter for param 0 - set in progress throws
+    # error for invalid data length.
     Run Keyword and Expect Error  *${IPMI_RAW_CMD['System_Info']['param0_Set_In_Progress']['Get'][1]}*
     ...  Run IPMI Standard Command
     ...  raw ${IPMI_RAW_CMD['System_Info']['param0_Set_In_Progress']['Get'][0]} 0x00
@@ -106,7 +107,8 @@
     ...  and expect to get the error message for invalid length.
     [Tags]  Verify_Set_System_Info_Set_In_Progress_With_Invalid_Data_Length
 
-    # Check if the Set System Info Parameter for param 0 - set in progress throws error for invalid data length.
+    # Check if the Set System Info Parameter for param 0 - set in progress throws
+    # error for invalid data length.
     Run Keyword and Expect Error  *${IPMI_RAW_CMD['System_Info']['param0_Set_In_Progress']['Set'][1]}*
     ...  Run IPMI Standard Command
     ...  raw ${IPMI_RAW_CMD['System_Info']['param0_Set_In_Progress']['Set'][0]} 0x00 0x00
@@ -151,7 +153,8 @@
     ...  and expect to get the error message for invalid length.
     [Tags]  Verify_Get_System_Info_System_Firmware_Version_With_Invalid_Data_Length
 
-    # Check if the Get System Info Parameter for param 1 - System Firmware Version throws error for invalid data length.
+    # Check if the Get System Info Parameter for param 1 - System Firmware Version throws
+    # error for invalid data length.
     Run Keyword and Expect Error  *${IPMI_RAW_CMD['System_Info']['param1_System_Firmware_Version']['Get'][1]}*
     ...  Run IPMI Standard Command
     ...  raw ${IPMI_RAW_CMD['System_Info']['param1_System_Firmware_Version']['Get'][0]} 0x00
@@ -172,7 +175,8 @@
     ${firmware_version}  ${fw_hex_data}=  Identify Request Data  ${firmware_version}
     # Consider random string generated is 'zwclMXwfczMvcYz'.
     # The request data bytes will be 15 bytes, in which 14 bytes are only expected.
-    # Check if the Set System Info Parameter for param 1 - System Firmware Version throws error for invalid request data.
+    # Check if the Set System Info Parameter for param 1 - System Firmware Version throws
+    # error for invalid request data.
     Run Keyword and Expect Error  *${IPMI_RAW_CMD['System_Info']['param1_System_Firmware_Version']['Set'][1]}*
     ...  Run IPMI Standard Command
     ...  raw ${IPMI_RAW_CMD['System_Info']['param1_System_Firmware_Version']['Set'][0]} ${firmware_version}
@@ -208,7 +212,8 @@
     ...  and expect to get the error message for invalid length.
     [Tags]  Verify_Get_System_Info_System_Name_With_Invalid_Data_Length
 
-    # Check if the Get System Info Parameter for param 2 - System Name throws error for invalid request data length.
+    # Check if the Get System Info Parameter for param 2 - System Name throws error
+    # for invalid request data length.
     Run Keyword and Expect Error  *${IPMI_RAW_CMD['System_Info']['param2_System_Name']['Get'][1]}*
     ...  Run IPMI Standard Command
     ...  raw ${IPMI_RAW_CMD['System_Info']['param2_System_Name']['Get'][0]} 0x00
@@ -290,7 +295,8 @@
     ...  and expect to get the error message for invalid length.
     [Tags]  Verify_Get_System_Info_Primary_OS_Name_With_Invalid_Data_Length
 
-    # Check if the Get System Info Parameter for param 3 - Primary OS Name throws error for invalid request data.
+    # Check if the Get System Info Parameter for param 3 - Primary OS Name throws
+    # error for invalid request data.
     Run Keyword and Expect Error  *${IPMI_RAW_CMD['System_Info']['param3_Primary_OS_Name']['Get'][1]}*
     ...  Run IPMI Standard Command
     ...  raw ${IPMI_RAW_CMD['System_Info']['param3_Primary_OS_Name']['Get'][0]} 0x00
@@ -310,7 +316,8 @@
     # Here 15 bytes so, data 17 - extra byte.
     ${os_name}  ${name_hex_data}=  Identify Request Data  ${invalid_os_version}
 
-    # Check if the Set System Info Parameter for param 3 - Primary OS Name throws error for invalid data request.
+    # Check if the Set System Info Parameter for param 3 - Primary OS Name throws error
+    # for invalid data request.
     Run Keyword and Expect Error  *${IPMI_RAW_CMD['System_Info']['param3_Primary_OS_Name']['Set'][1]}*
     ...  Run IPMI Standard Command
     ...  raw ${IPMI_RAW_CMD['System_Info']['param3_Primary_OS_Name']['Set'][0]} ${os_name}
@@ -418,8 +425,10 @@
     ...  with extra bytes, and expect to get the error message for invalid length.
     [Tags]  Verify_Get_System_Info_Present_OS_Version_Number_With_Invalid_Data_Length
 
-    # Check if the Get System Info Parameter for param 5 - Present OS Version Number throws error for invalid request data.
-    Run Keyword and Expect Error  *${IPMI_RAW_CMD['System_Info']['param5_Present_OS_Version_number']['Get'][1]}*
+    # Check if the Get System Info Parameter for param 5 - Present OS Version Number throws
+    # error for invalid request data.
+    Run Keyword and Expect Error
+    ...  *${IPMI_RAW_CMD['System_Info']['param5_Present_OS_Version_number']['Get'][1]}*
     ...  Run IPMI Standard Command
     ...  raw ${IPMI_RAW_CMD['System_Info']['param5_Present_OS_Version_number']['Get'][0]} 0x00
 
@@ -438,8 +447,10 @@
     # Here 15 bytes so, data 17 - extra byte.
     ${os_name}  ${name_hex_data}=  Identify Request Data  ${invalid_os_version}
 
-    # Check if the Set System Info Parameter for param 5 - Present OS Version Number throws error for invalid request data.
-    Run Keyword and Expect Error  *${IPMI_RAW_CMD['System_Info']['param5_Present_OS_Version_number']['Set'][1]}*
+    # Check if the Set System Info Parameter for param 5 - Present OS Version Number throws
+    # error for invalid request data.
+    Run Keyword and Expect Error
+    ...  *${IPMI_RAW_CMD['System_Info']['param5_Present_OS_Version_number']['Set'][1]}*
     ...  Run IPMI Standard Command
     ...  raw ${IPMI_RAW_CMD['System_Info']['param5_Present_OS_Version_number']['Set'][0]} ${os_name}
 
@@ -495,7 +506,8 @@
 
 
 Get System Firmware Version
-    [Documentation]  Run Get system info parameter command for system firmware version and return response data.
+    [Documentation]  Run Get system info parameter command for system firmware version
+    ...              and return response data.
 
     # Get System Info Parameter for param 1 - System Firmware Version.
     ${resp}=  Run IPMI Standard Command