From eb99c2c5311c6dc6ce5cf8bfea90347f9277983a Mon Sep 17 00:00:00 2001 From: "Travis F. Collins" Date: Fri, 8 Dec 2023 08:56:13 -0700 Subject: [PATCH] Update URI in test config Signed-off-by: Travis F. Collins --- bindings/python/tests/tests_ad9361.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindings/python/tests/tests_ad9361.py b/bindings/python/tests/tests_ad9361.py index 6e276036c..39508b16c 100644 --- a/bindings/python/tests/tests_ad9361.py +++ b/bindings/python/tests/tests_ad9361.py @@ -61,7 +61,7 @@ def test_ad9361_buffers(tx_buffer_modes, rx_buffer_modes): uri = os.getenv("URI", "ip:analog.local") - ctx = iio.Context("ip:analog.local") + ctx = iio.Context(uri) dev = ctx.find_device("ad9361-phy") dev_rx = ctx.find_device("cf-ad9361-lpc") dev_tx = ctx.find_device("cf-ad9361-dds-core-lpc")