Fix SEL test fix

Fixes:
    - Fix SEL raw command.
    - Update delete error log keyword.
    - Fix SSH open connection issue.

Resolves  openbmc/openbmc-test-automation#1094

Change-Id: I9c9ae434348a6f0721897704eb3bb83777ae34e8
Signed-off-by: George Keishing <gkeishin@in.ibm.com>
diff --git a/extended/test_esel.robot b/extended/test_esel.robot
index 7362fcd..fd9ee3d 100644
--- a/extended/test_esel.robot
+++ b/extended/test_esel.robot
@@ -12,7 +12,7 @@
 Suite Setup         eSEL Test SetUp
 Suite Teardown      Test Cleanup On Exit
 Test Teardown       FFDC On Test Case Fail
-Test Setup          Delete Error logs
+Test Setup          Delete All Error Logs
 
 Force Tags  eSEL_Logging
 
@@ -20,10 +20,10 @@
 
 ${stack_mode}       skip
 ${RESERVE_ID}       raw 0x0a 0x42
-${RAW_PREFIX}       raw 0x32 0xf0 0x
+${RAW_PREFIX}       raw 0x3a 0xf0 0x
 
 ${RAW_SUFFIX}       0x00 0x00 0x00 0x00 0x00 0x01 0x00 0x00
-...  0xdf 0x00 0x00 0x00 0x00 0x20 0x00 0x04 0x12 0xA6 0x6f 0xaa 0x00 0x00
+...  0xdf 0x00 0x00 0x00 0x00 0x20 0x00 0x04 0x12 0x35 0x6f 0xaa 0x00 0x00
 
 ${RAW_SEL_COMMIT}   raw 0x0a 0x44 0x00 0x00 0x02 0x00 0x00 0x00 0x00 0x20
 ...  0x00 0x04 0x12 0xA6 0x6f 0x02 0x00 0x01
@@ -111,8 +111,8 @@
    [Documentation]   Clear /tmp/esel
    [Tags]  Clear_Test_File
 
-   Execute Command   rm /tmp/esel
-   Execute Command   sync
+   BMC Execute Command   rm /tmp/esel
+   BMC Execute Command   sync
 
 *** Keywords ***