Added fix for ignoring SOL console error

Changes:
- Added fix for SOL console error we get on jenkins node gfw289.
Tested:
- Ran the testcase from sandbox successfully.

Change-Id: I21864aa94287f8d1695842f2b313682fac853656
Signed-off-by: sarandev3 <saranyad@in.ibm.com>
diff --git a/systest/htx_softbootme_test.robot b/systest/htx_softbootme_test.robot
index 42153b2..ec68ea3 100644
--- a/systest/htx_softbootme_test.robot
+++ b/systest/htx_softbootme_test.robot
@@ -18,7 +18,7 @@
 Library         ../syslib/utils_os.py
 Library         DateTime
 
-Suite Setup     Start SOL Console Logging
+Suite Setup     Run Keyword And Ignore Error  Start SOL Console Logging
 Test Setup      Test Setup Execution
 Test Teardown   Test Teardown Execution
 
@@ -174,6 +174,6 @@
 
     ${keyword_buf}=  Catenate  Stop SOL Console Logging
     ...  \ targ_file_path=${EXECDIR}${/}logs${/}SOL.log
-    Run Key  ${keyword_buf}
+    Run Keyword And Ignore Error   ${keyword_buf}
 
     Close All Connections