summaryrefslogtreecommitdiffstats
path: root/src/makefile
diff options
context:
space:
mode:
authorDan Crowell <dcrowell@us.ibm.com>2019-09-10 16:23:51 -0500
committerNicholas E Bofferding <bofferdn@us.ibm.com>2019-09-19 16:59:49 -0500
commit5f27f36edc94a09d9da2c1fd899f1e61862a5464 (patch)
tree7e844e7a9e19d8a3f0aa98e629ff43b4644ef95f /src/makefile
parentb0cd81c61e92c24cd6046f769f06df196432e8c9 (diff)
downloadtalos-hostboot-5f27f36edc94a09d9da2c1fd899f1e61862a5464.tar.gz
talos-hostboot-5f27f36edc94a09d9da2c1fd899f1e61862a5464.zip
Enable SMF tests for Axone
Need to take multiple chips into account when computing the values to compare with. Change-Id: Ie423b2afec126f6e69590584631da9b6d6657a84 RTC: 206800 Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/83560 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: Ilya Smirnov <ismirno@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: Matt Derksen <mderkse1@us.ibm.com> Reviewed-by: Nicholas E Bofferding <bofferdn@us.ibm.com>
Diffstat (limited to 'src/makefile')
-rw-r--r--src/makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/makefile b/src/makefile
index 49534fa0d..52b44336a 100644
--- a/src/makefile
+++ b/src/makefile
@@ -262,8 +262,7 @@ TESTCASE_MODULES += $(if $(CONFIG_VPO_COMPILE),,testruntime)
TESTCASE_MODULES += testintr
TESTCASE_MODULES += testfapi2
TESTCASE_MODULES += $(if $(CONFIG_EARLY_TESTCASES) && $(FSP_BUILD) ,,testnvram)
-#TODO RTC: 206800 Investigate why SMF tests fail in Axone
-TESTCASE_MODULES += $(if $(CONFIG_AXONE_BRING_UP),,testsmf)
+TESTCASE_MODULES += testsmf
TESTCASE_MODULES += testexpaccess
TESTCASE_MODULES += testexpupd
TESTCASE_MODULES += testmmio
OpenPOWER on IntegriCloud