callout rule for TOD fault analysis

This does not include actual callout support, just the rules when an
callout is needed. The actual callouts will come in subsequent commits
after adding support to query the TOD configuration registers.

Signed-off-by: Zane Shelley <zshelle@us.ibm.com>
Change-Id: I72c702a778e12ee20555f3e6dca77e0b6f023be7
diff --git a/test/test-tod-step-check-fault.cpp b/test/test-tod-step-check-fault.cpp
index d27b72b..99ecc28 100644
--- a/test/test-tod-step-check-fault.cpp
+++ b/test/test-tod-step-check-fault.cpp
@@ -39,13 +39,9 @@
     s = R"([
     {
         "Deconfigured": false,
-        "Guarded": false,
-        "LocationCode": "P0",
-        "Priority": "M"
-    },
-    {
-        "Deconfigured": false,
-        "Guarded": false,
+        "EntityPath": [],
+        "GuardType": "GARD_Unrecoverable",
+        "Guarded": true,
         "LocationCode": "/proc1",
         "Priority": "M"
     }
@@ -56,13 +52,8 @@
     j = sd.getCalloutFFDC();
     s = R"([
     {
-        "Callout Type": "Clock Callout",
-        "Clock Type": "TOD_CLOCK",
-        "Priority": "medium"
-    },
-    {
         "Callout Type": "Hardware Callout",
-        "Guard": false,
+        "Guard": true,
         "Priority": "medium",
         "Target": "/proc1"
     }