diff options
Diffstat (limited to 'mpm')
-rwxr-xr-x | mpm/python/n3xx_bist | 2 |
1 files changed, 1 insertions, 1 deletions
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': "*", } |