From 89420d97b9e4f06f2f0ac88da082b9ea3b2c7400 Mon Sep 17 00:00:00 2001 From: Martin Braun Date: Thu, 19 Oct 2017 16:36:57 -0700 Subject: n3xx_bist: Specify localhost for opening UHD sessions --- mpm/python/n3xx_bist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- cgit v1.2.3