Use standard setup and teardown keywords

Use standardized names for setup and teardown keywords
in Robot modules residing in the extended directory.
       - Suite Setup Execution
       - Suite Teardown Execution
       - Test Setup Execution
       - Test Teardown Execution

Resolves  openbmc/openbmc-test-automation#1167
Change-Id: I3055f325787839cb6ecf32a09e5d4cb671f114c3
Signed-off-by: Steven Sombar <ssombar@us.ibm.com>
diff --git a/extended/test_esel.robot b/extended/test_esel.robot
index 437d30f..a3e4046 100644
--- a/extended/test_esel.robot
+++ b/extended/test_esel.robot
@@ -9,8 +9,8 @@
 Resource            ../lib/utils.robot
 Resource            ../lib/boot_utils.robot
 
-Suite Setup         eSEL Test SetUp
-Suite Teardown      Test Cleanup On Exit
+Suite Setup         Suite Setup Execution
+Suite Teardown      Suite Teardown Execution
 Test Teardown       FFDC On Test Case Fail
 Test Setup          Delete All Error Logs
 
@@ -147,7 +147,7 @@
     Should Be Equal  ${entry_id}
     ...  xyz.openbmc_project.Logging.Entry.Level.Error
 
-Test Cleanup On Exit
+Suite Teardown Execution
     [Documentation]  Cleanup test logs and connection.
     Close All Connections
 
@@ -172,7 +172,7 @@
     ...        return_stdout=True  return_stderr=True  return_rc=True
     [Return]  ${stderr}
 
-eSEL Test SetUp
+Suite Setup Execution
     [Documentation]  Validates input parameters & check if HOST OS is up.
 
     Should Not Be Empty