diff options
author | Chris Phan <cphan@us.ibm.com> | 2013-07-24 10:44:25 -0500 |
---|---|---|
committer | A. Patrick Williams III <iawillia@us.ibm.com> | 2013-08-09 13:35:51 -0500 |
commit | 7b0dcb2cc3a80cb09aa2af5d4cd2f2673c7146a6 (patch) | |
tree | 6b0c9593073229e92bf0d716086095ea446133ee /src/usr/diag/mdia/test/mdiatestsm.H | |
parent | 5b6ce29d510f5393728ab8bdfdf6d90a26bf1d0c (diff) | |
download | blackbird-hostboot-7b0dcb2cc3a80cb09aa2af5d4cd2f2673c7146a6.tar.gz blackbird-hostboot-7b0dcb2cc3a80cb09aa2af5d4cd2f2673c7146a6.zip |
MDIA: add hcdb/HWAS_CHANGED_BIT_MEMDIAG support
Also add check for the new ATTR_RUN_MAX_MEM_PATTERNS
Change-Id: I343f1054cf657e06cea688f0a87340bdd32f01f2
RTC: 38367
Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/5548
Tested-by: Jenkins Server
Reviewed-by: Zane Shelley <zshelle@us.ibm.com>
Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/diag/mdia/test/mdiatestsm.H')
-rw-r--r-- | src/usr/diag/mdia/test/mdiatestsm.H | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/usr/diag/mdia/test/mdiatestsm.H b/src/usr/diag/mdia/test/mdiatestsm.H index 11e675029..fd905f9f0 100644 --- a/src/usr/diag/mdia/test/mdiatestsm.H +++ b/src/usr/diag/mdia/test/mdiatestsm.H @@ -311,7 +311,8 @@ class MdiaSmTest : public CxxTest::TestSuite Checks(START_PATTERN_5, true), Checks(START_PATTERN_6, true), Checks(START_PATTERN_7, true), - Checks(START_SCRUB, true) + Checks(START_SCRUB, true), + Checks(CLEAR_HW_CHANGED_STATE, false) }; StateMachine sm; |