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_slp.robot b/extended/test_slp.robot
index deee965..c2b33c2 100644
--- a/extended/test_slp.robot
+++ b/extended/test_slp.robot
@@ -7,7 +7,7 @@
 Resource        ../lib/utils.robot
 
 # Get the SLP services available, make it suite global.
-Suite Setup     Get Service Types Output
+Suite Setup     Suite Setup Execution
 
 Force Tags  SLP_Service_Test
 
@@ -35,7 +35,7 @@
 
 *** Keywords ***
 
-Get Service Types Output
+Suite Setup Execution
     [Documentation]  Get SLP services.
     ${output}=  Run  which slptool
     Should Not Be Empty  ${output}