From 897384aabf121383c259457313b09744c16fb55f Mon Sep 17 00:00:00 2001 From: Lane Kolbly Date: Mon, 7 Feb 2022 14:21:29 -0600 Subject: host: devtest: Allow getting mgmt_addr in tests --- host/tests/devtest/usrp_probe.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'host') 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 = "" -- cgit v1.2.3