Change keyword name to avoid confusion

Keywords with the name Check For Application Failures are defined in two
places. They don't conflict because the one in standby_bmc.robot is only
used in the standby_bmc.robot file. Robot understands these as the two
different keywords that they are. However, to avoid confusing humans,
this changes the name of one of the keywords.

Change-Id: Ic4f8e2e9a07a4dc28115a49a5b16c92b69044045
Signed-off-by: Charles Paul Hofer <Charles.Hofer@ibm.com>
diff --git a/extended/standby_bmc.robot b/extended/standby_bmc.robot
index 889c996..f039e2f 100644
--- a/extended/standby_bmc.robot
+++ b/extended/standby_bmc.robot
@@ -72,7 +72,7 @@
 
     Run Keyword And Ignore Error  Delete All Error Logs
     Run Keyword And Ignore Error  Delete All Dumps
-    Check For Application Failures
+    Check For Current Boot Application Failures
     Run Keyword And Ignore Error  Remove Journald Logs
 
 *** Keywords ***
@@ -114,7 +114,7 @@
     Check If BMC is Up   5 min    10 sec
 
 
-Check For Application Failures
+Check For Current Boot Application Failures
     [Documentation]  Parse the journal log and check for failures.
     [Arguments]  ${error_regex}=${ERROR_REGEX}