From d52905703af61cfd9854249af7d24cfcd4505c68 Mon Sep 17 00:00:00 2001 From: Moritz Fischer Date: Thu, 22 Feb 2018 16:17:54 -0800 Subject: test: devtest: devtest_e3xx.py: Fix copy & paste error Fix copy & paste error where "B210" type made it's way into the E3XX test. Fixes 88b0baeaf ("tests: More devtests, works on E3XX now") Signed-off-by: Moritz Fischer Signed-off-by: Martin Braun --- host/tests/devtest/devtest_e3xx.py | 1 - 1 file changed, 1 deletion(-) diff --git a/host/tests/devtest/devtest_e3xx.py b/host/tests/devtest/devtest_e3xx.py index 501a7c833..312bba9b6 100755 --- a/host/tests/devtest/devtest_e3xx.py +++ b/host/tests/devtest/devtest_e3xx.py @@ -30,7 +30,6 @@ uhd_benchmark_rate_test.tests = { 'chan': '1', 'rate': 1e6, 'acceptable-underruns': 50, - 'products': ['B210',], }, } -- cgit v1.2.3