diff options
author | michael-west <michael.west@ettus.com> | 2019-12-19 09:49:54 -0800 |
---|---|---|
committer | Brent Stapleton <brent.stapleton@ettus.com> | 2019-12-30 17:08:10 -0800 |
commit | 844958fc717d401b5907fa5335eab477ea11776c (patch) | |
tree | c3985a26e0bed364727ec2929e9d45f568852dd0 /tools/gr-usrptest/apps | |
parent | f69f069b18e6a075cd82b5bc44d28a30f554f71b (diff) | |
download | uhd-844958fc717d401b5907fa5335eab477ea11776c.tar.gz uhd-844958fc717d401b5907fa5335eab477ea11776c.tar.bz2 uhd-844958fc717d401b5907fa5335eab477ea11776c.zip |
Tests: Fix subdev for N300 streaming tests
Signed-off-by: michael-west <michael.west@ettus.com>
Diffstat (limited to 'tools/gr-usrptest/apps')
-rwxr-xr-x | tools/gr-usrptest/apps/usrp_fpga_funcverif.py | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/tools/gr-usrptest/apps/usrp_fpga_funcverif.py b/tools/gr-usrptest/apps/usrp_fpga_funcverif.py index 22dc9bd7d..27bca23f3 100755 --- a/tools/gr-usrptest/apps/usrp_fpga_funcverif.py +++ b/tools/gr-usrptest/apps/usrp_fpga_funcverif.py @@ -176,8 +176,8 @@ FUNCVERIF_SETTINGS = { '--drop-threshold': 0, '--underrun-threshold': 100, '--overrun-threshold': 100, - '--rx_subdev': 'A:0 B:0', - '--tx_subdev': 'A:0 B:0', + '--rx_subdev': 'A:0 A:1', + '--tx_subdev': 'A:0 A:1', '--duration': 60, '__tests': [ {'--rx_rate': 1.25e6, 'master_clock_rate': '125e6', '--channels': 0,}, @@ -411,8 +411,8 @@ FUNCVERIF_SETTINGS = { '--drop-threshold': 0, '--underrun-threshold': 100, '--overrun-threshold': 100, - '--rx_subdev': 'A:0 B:0', - '--tx_subdev': 'A:0 B:0', + '--rx_subdev': 'A:0 A:1', + '--tx_subdev': 'A:0 A:1', '--duration': 60, '__tests': [ {'--rx_rate': 1.25e6, 'master_clock_rate': '125e6', '--channels': 0,}, @@ -532,8 +532,8 @@ FUNCVERIF_SETTINGS = { '--drop-threshold': 0, '--underrun-threshold': 100, '--overrun-threshold': 100, - '--rx_subdev': 'A:0 A:1 B:0 B:1', - '--tx_subdev': 'A:0 A:1 B:0 B:1', + '--rx_subdev': 'A:0 A:1', + '--tx_subdev': 'A:0 A:1', '--duration': 60, '__tests': [ {'--rx_rate': 125e6, '--tx_rate': 62.5e6, 'master_clock_rate': '125e6', '--channels': '0,1', |