diff options
author | Martin Braun <martin.braun@ettus.com> | 2017-10-19 16:36:57 -0700 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2017-12-22 15:04:03 -0800 |
commit | 89420d97b9e4f06f2f0ac88da082b9ea3b2c7400 (patch) | |
tree | 73475b4cf8ab2c980800dfc7c609c93c0e57ba4f /mpm | |
parent | 4bcdcbdd90b475c6f85c3862e8028c5b4d917192 (diff) | |
download | uhd-89420d97b9e4f06f2f0ac88da082b9ea3b2c7400.tar.gz uhd-89420d97b9e4f06f2f0ac88da082b9ea3b2c7400.tar.bz2 uhd-89420d97b9e4f06f2f0ac88da082b9ea3b2c7400.zip |
n3xx_bist: Specify localhost for opening UHD sessions
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, |