diff options
author | Sachin Gupta <sgupta2m@in.ibm.com> | 2014-12-04 22:38:45 -0600 |
---|---|---|
committer | A. Patrick Williams III <iawillia@us.ibm.com> | 2015-02-02 13:40:02 -0600 |
commit | dd55e1f143fe323256361ffd00bee2726e4be9d7 (patch) | |
tree | 8adf091a767659b100399e1a70552d7f3d94fdf7 /src/usr/diag/mdia | |
parent | 8497927d0c9046f4fdc17f4506877a6dc6d53c2e (diff) | |
download | talos-hostboot-dd55e1f143fe323256361ffd00bee2726e4be9d7.tar.gz talos-hostboot-dd55e1f143fe323256361ffd00bee2726e4be9d7.zip |
Enable MDIA/ATTN test cases
Change-Id: Ib77300062e6957144970e057595bcaa4c1d82a5c
RTC: 67008
Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/14718
Tested-by: Jenkins Server
Reviewed-by: Christopher T. Phan <cphan@us.ibm.com>
Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/diag/mdia')
-rw-r--r-- | src/usr/diag/mdia/test/mdiatestmonitor.H | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/usr/diag/mdia/test/mdiatestmonitor.H b/src/usr/diag/mdia/test/mdiatestmonitor.H index 67d5443a5..5341bc944 100644 --- a/src/usr/diag/mdia/test/mdiatestmonitor.H +++ b/src/usr/diag/mdia/test/mdiatestmonitor.H @@ -5,7 +5,9 @@ /* */ /* OpenPOWER HostBoot Project */ /* */ -/* COPYRIGHT International Business Machines Corp. 2012,2014 */ +/* Contributors Listed Below - COPYRIGHT 2012,2015 */ +/* [+] International Business Machines Corp. */ +/* */ /* */ /* Licensed under the Apache License, Version 2.0 (the "License"); */ /* you may not use this file except in compliance with the License. */ @@ -276,9 +278,8 @@ class MdiaCommandMonitorTest: public CxxTest::TestSuite void testthreadMainTimeout(void) { - return; // FIXME RTC: 67008 - TS_TRACE(ENTER_MRK "testthreadMainTimeout"); + mutex_t mutex; sync_cond_t cond; mutex_init(&mutex); |