Update watchdog error log entries

Change-Id: I81d091d8e161dc1b7284771cbf27683f6d8e7972
Signed-off-by: George Keishing <gkeishin@in.ibm.com>
diff --git a/tests/test_error_log.robot b/tests/test_error_log.robot
index ee0deba..3610ea0 100644
--- a/tests/test_error_log.robot
+++ b/tests/test_error_log.robot
@@ -364,9 +364,9 @@
     #  {
     #      "AdditionalData": [],
     #      "Id": 1,
-    #      "Message": "org.open_power.Host.Error.WatchdogTimedOut",
+    #      "Message": "org.open_power.Host.Boot.Error.WatchdogTimedOut",
     #      "Resolved": 0,
-    #      "Severity": "xyz.openbmc_project.Logging.Entry.Level.Informational",
+    #      "Severity": "xyz.openbmc_project.Logging.Entry.Level.Error",
     #      "Timestamp": 1492715244828,
     #      "associations": []
     # },
@@ -374,9 +374,9 @@
     ${elog_entry}=  Get URL List  ${BMC_LOGGING_ENTRY}
     ${elog}=  Read Properties  ${elog_entry[0]}
     Should Be Equal As Strings
-    ...  ${elog["Message"]}  org.open_power.Host.Error.WatchdogTimedOut
-    Should Not Be Equal As Strings
-    ...  ${elog["Severity"]}  xyz.openbmc_project.Logging.Entry.Level.Informational
+    ...  ${elog["Message"]}  org.open_power.Host.Boot.Error.WatchdogTimedOut
+    Should Be Equal As Strings
+    ...  ${elog["Severity"]}  xyz.openbmc_project.Logging.Entry.Level.Error
 
 
 Logging Test Binary Exist