diff options
author | Martin Braun <martin.braun@ettus.com> | 2018-05-14 14:46:25 -0700 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2018-05-14 14:46:25 -0700 |
commit | 5df5177d49b999ccab30199f9becfa84c1bef52e (patch) | |
tree | bf0af2b94f5b7610eca3c2712015c7f3a5fdd8da /mpm | |
parent | fa7f7d8baa87808b92a6a13fe73aba6ac7138d21 (diff) | |
download | uhd-5df5177d49b999ccab30199f9becfa84c1bef52e.tar.gz uhd-5df5177d49b999ccab30199f9becfa84c1bef52e.tar.bz2 uhd-5df5177d49b999ccab30199f9becfa84c1bef52e.zip |
n3x0: Pick different standard tests for BIST
Replaced 'clock_int' (which is not implemented) with 'fan'.
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': "*", } |