CT Fix for error logs test which are failing due to busctl command

Internal error command does not generate an unrecoverable error now.
Corrected the busctl command to generate unrecoverable error and set
"Create Test PEL Log" keyword to generate this error as default.

Change-Id: I2d3f2eb255e49cb127641f047864b5847ce1d291
Signed-off-by: Rahul Maheshwari <rahulmaheshwari@in.ibm.com>
diff --git a/data/pel_variables.py b/data/pel_variables.py
index aec1b8b..a6852a7 100644
--- a/data/pel_variables.py
+++ b/data/pel_variables.py
@@ -31,7 +31,7 @@
 CMD_INVENTORY_PREFIX = 'busctl get-property xyz.openbmc_project.Inventory.Manager \
     /xyz/openbmc_project/inventory/system/chassis/motherboard'
 
-CMD_UNRECOVERABLE_ERROR = ERROR_LOG_CREATE_BASE_CMD + 'xyz.openbmc_project.Common.Error.InternalFailure \
+CMD_UNRECOVERABLE_ERROR = ERROR_LOG_CREATE_BASE_CMD + 'org.open_power.Logging.Error.TestError1 \
     xyz.openbmc_project.Logging.Entry.Level.Error 0'
 
 CMD_PREDICTIVE_ERROR = ERROR_LOG_CREATE_BASE_CMD + 'xyz.openbmc_project.Common.Error.InternalFailure \