diff options
author | Christian Geddes <crgeddes@us.ibm.com> | 2017-09-25 15:05:35 -0500 |
---|---|---|
committer | Daniel M. Crowell <dcrowell@us.ibm.com> | 2017-09-29 13:26:56 -0400 |
commit | 5818b667667a38efef86019a2f336b95ec75baff (patch) | |
tree | 9a70f3ee08a0b7cc69e207076d36ec0cd24e4ac4 | |
parent | eb2d9340dac4d1bf781bc44aa6e7d4718a3b90a9 (diff) | |
download | talos-hostboot-5818b667667a38efef86019a2f336b95ec75baff.tar.gz talos-hostboot-5818b667667a38efef86019a2f336b95ec75baff.zip |
Enabled attn testcases
We were having issues w/ attention test cases this is a canary
to see if things are working
Change-Id: I98cbeff12adee38756f599714abd07d0ab0916d6
RTC: 179069
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/46693
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com>
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
-rw-r--r-- | src/makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/makefile b/src/makefile index 8cdafe46c..f9ad01863 100644 --- a/src/makefile +++ b/src/makefile @@ -226,9 +226,7 @@ TESTCASE_MODULES += testkernel TESTCASE_MODULES += testtargeting TESTCASE_MODULES += testmemoize TESTCASE_MODULES += testprdf -#TODO RTC: 174141 -# Investigate why attn tests are taking forever sometimes -# TESTCASE_MODULES += testattn +TESTCASE_MODULES += testattn TESTCASE_MODULES += $(if $(CONFIG_VPO_COMPILE),,testmdia) TESTCASE_MODULES += testpirformat |