summaryrefslogtreecommitdiffstats
path: root/src/usr/i2c
diff options
context:
space:
mode:
authorDan Crowell <dcrowell@us.ibm.com>2019-02-20 09:18:07 -0600
committerChristian R. Geddes <crgeddes@us.ibm.com>2019-03-07 16:35:52 -0600
commit386165c1c5dad4b0dde4a94401b4feb0435787a9 (patch)
treef43ec0e10671d3751a3d3d1eb7160306b1a8da95 /src/usr/i2c
parentebf6fda9958f1b82742bea22e98388f38a9b62d5 (diff)
downloadtalos-hostboot-386165c1c5dad4b0dde4a94401b4feb0435787a9.tar.gz
talos-hostboot-386165c1c5dad4b0dde4a94401b4feb0435787a9.zip
Updates to testcases for Axone
Disabling a few testcases temporarily until Axone gets off the ground. Cleaned up some bad traces, etc in existing code. Add CI support for AXONE config Change-Id: I7a2140366e225971c91a50cec1f7e822e4847078 Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/72186 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: Matt Derksen <mderkse1@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-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> Reviewed-by: Christian R. Geddes <crgeddes@us.ibm.com>
Diffstat (limited to 'src/usr/i2c')
-rwxr-xr-xsrc/usr/i2c/test/tpmddtest.H5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/usr/i2c/test/tpmddtest.H b/src/usr/i2c/test/tpmddtest.H
index 9d68d2168..8cd1fbc2c 100755
--- a/src/usr/i2c/test/tpmddtest.H
+++ b/src/usr/i2c/test/tpmddtest.H
@@ -116,6 +116,11 @@ class TPMDDTest: public CxxTest::TestSuite
do
{
+#ifdef CONFIG_AXONE_BRING_UP
+ TRACFCOMP( g_trac_tpmdd,"Skipping test on Axone" );
+ break;
+#endif
+
// Get a TPM Target
TARGETING::Target* testTarget = getTestTarget();
if (NULL == testTarget)
OpenPOWER on IntegriCloud