Updated Variable to Generate Unrecoverable Error

Changes :

    - Error log generation for Unrecoverable logs.
    - Removed ${CMD_INTERNAL_FAILURE} not used.

Tested: Ran successfully /gui/lib/gui_resource.robot

Change-Id: Ibc2c98c099c5808be1f6e1872d63d70a6b2c47e4
Signed-off-by: rramyasr-in <rramyasr@in.ibm.com>
diff --git a/gui/lib/gui_resource.robot b/gui/lib/gui_resource.robot
index 0296468..308762a 100644
--- a/gui/lib/gui_resource.robot
+++ b/gui/lib/gui_resource.robot
@@ -16,10 +16,6 @@
 ${GUI_BROWSER}               ff
 ${GUI_MODE}                  headless
 
-${CMD_INTERNAL_FAILURE}      busctl call xyz.openbmc_project.Logging /xyz/openbmc_project/logging
-...  xyz.openbmc_project.Logging.Create Create ssa{ss} xyz.openbmc_project.Common.Error.InternalFailure
-...  xyz.openbmc_project.Logging.Entry.Level.Error 0
-
 
 *** Keywords ***
 
@@ -105,7 +101,7 @@
 Generate Test Error Log
     [Documentation]  Generate test error log.
 
-    BMC Execute Command  ${CMD_INTERNAL_FAILURE}
+    BMC Execute Command  ${CMD_UNRECOVERABLE_ERROR}
 
 
 Set Timezone In Profile Settings Page