diff options
Diffstat (limited to 'mpm/python/e320_bist')
-rwxr-xr-x | mpm/python/e320_bist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mpm/python/e320_bist b/mpm/python/e320_bist index c9662fe14..d399400ee 100755 --- a/mpm/python/e320_bist +++ b/mpm/python/e320_bist @@ -152,7 +152,7 @@ class E320BIST(bist.UsrpBIST): if self.args.dry_run: return True, {'throughput': 1250e6} result = bist.test_ddr3_with_usrp_probe() - return result.get('throughput', 0) > 1000e3, result + return result.get('throughput', 0) > 1000e6, result def bist_gpsdo(self): """ |