diff options
Diffstat (limited to 'mpm/python')
-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 604222517..fab76e33a 100755 --- a/mpm/python/n3xx_bist +++ b/mpm/python/n3xx_bist @@ -32,7 +32,7 @@ class N3XXBIST(bist.UsrpBIST): usrp_type = "N3XX" # This defines special tests that are really collections of other tests. collections = { - 'standard': ["ddr3", "gpsdo", "rtc", "temp", "fan", "tpm"], + 'standard': ["gpsdo", "rtc", "temp", "fan", "tpm"], 'extended': "*", } # Default FPGA image type |