aboutsummaryrefslogtreecommitdiffstats
path: root/host/tests/devtest/tx_bursts_test.py
diff options
context:
space:
mode:
authorMartin Braun <martin.braun@ettus.com>2018-08-21 09:43:20 -0700
committerBrent Stapleton <bstapleton@g.hmc.edu>2018-08-22 18:37:12 -0700
commit9c7d251b32eb476e11f8fce13a797c4de9abc796 (patch)
treeb5a398480e689bc85a965573a24d81915849c53d /host/tests/devtest/tx_bursts_test.py
parent21d725084912d29e15099e24d23b48592d9dcdc4 (diff)
downloaduhd-9c7d251b32eb476e11f8fce13a797c4de9abc796.tar.gz
uhd-9c7d251b32eb476e11f8fce13a797c4de9abc796.tar.bz2
uhd-9c7d251b32eb476e11f8fce13a797c4de9abc796.zip
devtest: Remove parsing for DD.. and SS..
Detecting drops by parsing for DD and SS was a flawed method. Tools should find those programmatically. Plus, the string 'DDC' would interfere with the regex. Also, we're now using UHD_LOG_FASTPATH_DISABLE.
Diffstat (limited to 'host/tests/devtest/tx_bursts_test.py')
-rwxr-xr-xhost/tests/devtest/tx_bursts_test.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/host/tests/devtest/tx_bursts_test.py b/host/tests/devtest/tx_bursts_test.py
index 24537a00b..48bc4d2cb 100755
--- a/host/tests/devtest/tx_bursts_test.py
+++ b/host/tests/devtest/tx_bursts_test.py
@@ -45,7 +45,6 @@ class uhd_tx_bursts_test(uhd_example_test_case):
# Evaluate pass/fail:
run_results['passed'] = all([
app.returncode == 0,
- not run_results['has_S'],
])
run_results['async_burst_ack_found'] = re.search('success', app.stdout) is not None
self.report_example_results(test_name, run_results)