Skip to content

Commit 4f6de1f

Browse files
committed
dirty: ad9084: move all files to the same file
Signed-off-by: Jorge Marques <jorge.marques@analog.com>
1 parent 8f1d85f commit 4f6de1f

File tree

4 files changed

+405
-307
lines changed

4 files changed

+405
-307
lines changed

test/test_ad9084_buffer_cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
import pytest
99

1010
hardware = ["adsy1100"]
11-
uri = os.getenv("TEST_URI", "ip:10.44.3.132")
11+
uri = os.environ.get("IIO_URI", "ip:10.44.3.143")
1212

1313

1414
@pytest.mark.iio_hardware(hardware)

0 commit comments

Comments
 (0)