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 55ce0f57f..516ee94fc 100755 --- a/mpm/python/n3xx_bist +++ b/mpm/python/n3xx_bist @@ -405,7 +405,7 @@ class N310BIST(object): if self.args.dry_run: return True, {'throughput': 1250e6} result = {} - ddr3_bist_executor = 'uhd_usrp_probe' + ddr3_bist_executor = 'uhd_usrp_probe --args addr=127.0.0.1' try: output = subprocess.check_output( ddr3_bist_executor, |