aboutsummaryrefslogtreecommitdiffstats
path: root/host/tests/devtest/usrp_probe.py
diff options
context:
space:
mode:
Diffstat (limited to 'host/tests/devtest/usrp_probe.py')
-rw-r--r--host/tests/devtest/usrp_probe.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/host/tests/devtest/usrp_probe.py b/host/tests/devtest/usrp_probe.py
index b9afd4d50..b25b8d96f 100644
--- a/host/tests/devtest/usrp_probe.py
+++ b/host/tests/devtest/usrp_probe.py
@@ -25,7 +25,7 @@ def get_usrp_list(device_filter=None, env=None):
for uhd_string in uhd_strings:
if not re.match("Device Address", uhd_string):
continue
- this_result = {k: v for k, v in re.findall(" ([a-z]+): (.*)", uhd_string)}
+ this_result = {k: v for k, v in re.findall(" ([a-z_]+): (.*)", uhd_string)}
if this_result.get('reachable') == "No":
continue
args_string = ""