Avoid guarding on TOD interfaces errors

The error could be anywhere between the two processors in the interface.
Fatally guarding the MDMT will cause system outage until service is
done. Instead, do not guard on the TOD interface errors to avoid outage.

Signed-off-by: Zane Shelley <zshelle@us.ibm.com>
Change-Id: I446917bad985e5143657398b2fbadacf6e8c4a9d
diff --git a/test/test-tod-step-check-fault.cpp b/test/test-tod-step-check-fault.cpp
index e91736d..dd57d51 100644
--- a/test/test-tod-step-check-fault.cpp
+++ b/test/test-tod-step-check-fault.cpp
@@ -81,9 +81,7 @@
     },
     {
         "Deconfigured": false,
-        "EntityPath": [],
-        "GuardType": "GARD_Unrecoverable",
-        "Guarded": true,
+        "Guarded": false,
         "LocationCode": "/proc0",
         "Priority": "M"
     }
@@ -100,7 +98,7 @@
     },
     {
         "Callout Type": "Hardware Callout",
-        "Guard": true,
+        "Guard": false,
         "Priority": "medium",
         "Target": "/proc0"
     }