From 5df5177d49b999ccab30199f9becfa84c1bef52e Mon Sep 17 00:00:00 2001 From: Martin Braun Date: Mon, 14 May 2018 14:46:25 -0700 Subject: n3x0: Pick different standard tests for BIST Replaced 'clock_int' (which is not implemented) with 'fan'. --- mpm/python/n3xx_bist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mpm') diff --git a/mpm/python/n3xx_bist b/mpm/python/n3xx_bist index 7873d9f6c..9bb650895 100755 --- a/mpm/python/n3xx_bist +++ b/mpm/python/n3xx_bist @@ -238,7 +238,7 @@ class N3XXBIST(object): """ # This defines special tests that are really collections of other tests. collections = { - 'standard': ["ddr3", "gpsdo", "rtc", "temp", "clock_int", "tpm"], + 'standard': ["ddr3", "gpsdo", "rtc", "temp", "fan", "tpm"], 'extended': "*", } -- cgit v1.2.3