aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorAndrej Rode <andrej.rode@ettus.com>2017-04-13 17:43:58 -0700
committerMartin Braun <martin.braun@ettus.com>2017-05-26 16:01:37 -0700
commit8ead0805c63f357db605566c7447bf2937e0a026 (patch)
tree9b90342706ce880d028add056f42d3b43d2f011f /tools
parentgr-usrptest: remove unit test cmake stub (diff)
downloaduhd-8ead0805c63f357db605566c7447bf2937e0a026.tar.xz
uhd-8ead0805c63f357db605566c7447bf2937e0a026.zip
gr-usrptest: remove TODO note fix python CMakeLists
Diffstat (limited to 'tools')
-rw-r--r--tools/gr-usrptest/TODO21
-rw-r--r--tools/gr-usrptest/python/CMakeLists.txt3
2 files changed, 1 insertions, 23 deletions
diff --git a/tools/gr-usrptest/TODO b/tools/gr-usrptest/TODO
deleted file mode 100644
index 0a56a49c3..000000000
--- a/tools/gr-usrptest/TODO
+++ /dev/null
@@ -1,21 +0,0 @@
-
-- Measure & Report phase alignment and phase stability of USRPs
- - Wire diagram:
-
- ______________ ______________
- | | | |
- | USRP 1 | | USRP 2 |
- |______________| |______________|
- ^ |______^ |_________^ |
- |_______________________|
-
- - USRP 1: send tone from first to second daughterboard - delta_phi_1
- - USRP 1: send tone from second daughterboard to USPR 2 - delta_phi_2
- - USRP 2: send tone to first daughterboard (USRP1) - delta_phi_3
-
- Arbitrary number of RX-USRPs and TX-USRPs possible.
-
- test_signal = sin(2*pi*f*t + phi)
- reference = sin(2*pi*f*t)
-
-
diff --git a/tools/gr-usrptest/python/CMakeLists.txt b/tools/gr-usrptest/python/CMakeLists.txt
index 9d678c815..7bb812b0c 100644
--- a/tools/gr-usrptest/python/CMakeLists.txt
+++ b/tools/gr-usrptest/python/CMakeLists.txt
@@ -20,6 +20,7 @@
########################################################################
# Include python install macros
########################################################################
+include(GrPython)
if(NOT PYTHONINTERP_FOUND)
return()
endif()
@@ -43,8 +44,6 @@ add_subdirectory(rts_tests)
########################################################################
include(GrTest)
-GR_ADD_TEST(qa_phasealignment ${PYTHON_EXECUTABLE}
- ${CMAKE_CURRENT_SOURCE_DIR}/qa_phasealignment.py)
set(GR_TEST_TARGET_DEPS gnuradio-usrptest)
set(GR_TEST_PYTHON_DIRS ${CMAKE_BINARY_DIR}/swig)
GR_ADD_TEST(qa_measurement_sink_f ${PYTHON_EXECUTABLE} ${CMAKE_CURRENT_SOURCE_DIR}/qa_measurement_sink_f.py)