summaryrefslogtreecommitdiffstats
path: root/src/import/chips/ocmb/explorer/procedures/xml/attribute_info/exp_attributes.xml
diff options
context:
space:
mode:
Diffstat (limited to 'src/import/chips/ocmb/explorer/procedures/xml/attribute_info/exp_attributes.xml')
-rw-r--r--src/import/chips/ocmb/explorer/procedures/xml/attribute_info/exp_attributes.xml36
1 files changed, 36 insertions, 0 deletions
diff --git a/src/import/chips/ocmb/explorer/procedures/xml/attribute_info/exp_attributes.xml b/src/import/chips/ocmb/explorer/procedures/xml/attribute_info/exp_attributes.xml
index a65155d69..61ff45e98 100644
--- a/src/import/chips/ocmb/explorer/procedures/xml/attribute_info/exp_attributes.xml
+++ b/src/import/chips/ocmb/explorer/procedures/xml/attribute_info/exp_attributes.xml
@@ -487,4 +487,40 @@
<mssAccessorName>check_for_ready_timeout</mssAccessorName>
</attribute>
+ <attribute>
+ <id>ATTR_MSS_POST_MEMDIAGS_READ_SUBTEST</id>
+ <targetType>TARGET_TYPE_OCMB_CHIP</targetType>
+ <description>
+ Whether to run post-memdiags read-only subtest
+ </description>
+ <valueType>uint8</valueType>
+ <enum>
+ DISABLE = 0,
+ ENABLE = 1
+ </enum>
+ <default>ENABLE</default>
+ <platInit/>
+ <overrideOnly/>
+ <mssAccessorName>post_memdiags_read_subtest</mssAccessorName>
+ </attribute>
+
+ <attribute>
+ <id>ATTR_MSS_POST_MEMDIAGS_READ_SUBTEST_FAIL_BEHAVIOR</id>
+ <targetType>TARGET_TYPE_OCMB_CHIP</targetType>
+ <description>
+ Behvaior to perform if read subtest post-memdiags does not get a good result.
+ EXIT = fapi_try_exit out with error code
+ TRACE = FAPI_ERR that test failed, return success code
+ </description>
+ <valueType>uint8</valueType>
+ <enum>
+ EXIT = 0,
+ TRACE = 1
+ </enum>
+ <default>EXIT</default>
+ <platInit/>
+ <overrideOnly/>
+ <mssAccessorName>post_memdiags_read_subtest_fail_behavior</mssAccessorName>
+ </attribute>
+
</attributes>
OpenPOWER on IntegriCloud