Skip to content

Commit

Permalink
Update URI in test config
Browse files Browse the repository at this point in the history
Signed-off-by: Travis F. Collins <travis.collins@analog.com>
  • Loading branch information
tfcollins committed Dec 8, 2023
1 parent f042fb6 commit eb99c2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bindings/python/tests/tests_ad9361.py
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit eb99c2c

Please sign in to comment.