uhd/host/tests
Martin Braun 6181693e87 experts: Add force_dirty() call
There are cases where we want to force a resolution of a downstream
change, even if the value of a data node wasn't modified. This will
allow doing that.
2023-05-05 15:18:00 -05:00
..
common lib: Remove vrt::chdr namespace 2022-06-03 06:12:41 -07:00
devtest devtest: Add multi-spc timed command tests 2022-12-21 20:26:51 -06:00
pytests tests: add packet capture raw udp tests 2023-03-07 10:42:42 -05:00
rfnoc_block_tests Replay buffered TX streamer: Fix gaps in TX 2023-04-06 15:34:46 -05:00
streaming_performance test: add delayed streaming start args 2023-02-08 06:53:45 -06:00
actions_test.cpp tests: Add unit test for USE_MAP action forwarding policy 2020-05-28 14:49:32 -05:00
addr_test.cpp uhd: When separating device_addr_t, keep indexed values 2022-10-28 10:15:38 -05:00
block_id_test.cpp rfnoc: Fix block_id::get_tree_root() 2021-12-16 09:20:01 -06:00
blockdef_test.cpp tests: Use reference type to prevent copy 2021-10-22 06:35:44 -07:00
buffer_test.cpp uhd: Remove includes of list_of.hpp where appropriate 2021-06-24 12:00:49 -05:00
byteswap_test.cpp uhd: mpm: apply clang-format to all files 2019-01-16 11:40:23 -08:00
cal_data_dsa_test.cpp uhd: Add support for the USRP X410 2021-06-10 12:01:53 -05:00
cal_data_gain_pwr_test.cpp cal: Minor fixes in power container, add unit test 2020-05-26 12:58:10 -05:00
cal_data_iq_test.cpp uhd: math: Add interpolation.hpp 2020-04-07 07:24:19 -05:00
cal_database_test.cpp cal: database: Add option to register flash cal callbacks 2020-05-20 07:30:15 -05:00
cast_test.cpp utils: Add bool specialization to cast::from_str() 2020-03-18 07:43:20 -05:00
chdr_parse_test.cpp uhd: Remove superfluous boost/bind.hpp includes 2021-12-03 11:33:07 -08:00
client_zero_test.cpp host: Update code base using clang-tidy 2021-03-04 08:07:26 -06:00
CMakeLists.txt usrp: Add xport_adapter_ctrl core 2023-01-10 14:19:00 -08:00
compat_test.cpp lib: Add compat_num class 2022-07-12 13:22:44 -05:00
config_parser_test.cpp uhd: Remove includes of list_of.hpp where appropriate 2021-06-24 12:00:49 -05:00
constrained_device_args_test.cpp host: Update code base using clang-tidy 2021-03-04 08:07:26 -06:00
convert_test.cpp tests: Apply clang-format to convert_test 2022-03-08 07:58:51 -06:00
device_addr_test.py uhd: python: Make DeviceAddr behave like dict 2022-10-28 10:15:20 -05:00
dict_test.cpp uhd: dict: Add typecast operator to std::map<> 2019-11-04 09:57:49 -08:00
discoverable_feature_test.cpp uhd: Create discoverable feature registry implementation 2020-06-25 13:36:08 -05:00
dpdk_port_test.cpp dpdk: Upgrade to DPDK 19.11 API 2021-12-06 13:22:03 -08:00
dpdk_test.cpp tests: Remove non-functional DPDK test 2021-12-06 13:22:03 -08:00
eeprom_c_test.c uhd: Update license headers 2018-02-19 16:54:52 -08:00
eeprom_utils_test.cpp uhd: mpm: apply clang-format to all files 2019-01-16 11:40:23 -08:00
error_c_test.cpp uhd: mpm: apply clang-format to all files 2019-01-16 11:40:23 -08:00
error_test.cpp uhd: mpm: apply clang-format to all files 2019-01-16 11:40:23 -08:00
expert_test.cpp experts: Add force_dirty() call 2023-05-05 15:18:00 -05:00
fe_conn_test.cpp uhd: mpm: apply clang-format to all files 2019-01-16 11:40:23 -08:00
fp_compare_delta_test.cpp uhd: mpm: apply clang-format to all files 2019-01-16 11:40:23 -08:00
fp_compare_epsilon_test.cpp uhd: Harmonize fuzzy frequency comparisons 2022-02-04 13:16:00 -06:00
gain_group_test.cpp uhd: Remove all occurences of boost::math::*round() 2021-06-24 12:00:49 -05:00
interpolation_test.cpp lib: utils: interpolation: Add bilinear interpolation 2020-04-17 07:58:19 -05:00
isatty_test.cpp test: Fix potential resource leak 2021-08-04 07:05:20 -05:00
link_test.cpp tests: Fix check in link_test 2021-08-31 07:32:55 -05:00
lmx2572_test.cpp uhd: Add support for the USRP X410 2021-06-10 12:01:53 -05:00
log_test.cpp uhd: log: Add UHD_LOG_THROW() macro 2022-07-08 05:42:11 -07:00
math_test.cpp uhd: math: Replace wrap-frequency math with a single function 2021-10-19 12:21:33 -07:00
mb_controller_test.cpp uhd: Add support for the USRP X410 2021-06-10 12:01:53 -05:00
module_test.cpp uhd: mpm: apply clang-format to all files 2019-01-16 11:40:23 -08:00
multichan_register_iface_test.cpp rfnoc: Add multichannel register interface 2020-04-02 12:12:26 -05:00
narrow_cast_test.cpp uhd: mpm: apply clang-format to all files 2019-01-16 11:40:23 -08:00
offload_io_srv_test.cpp tests: Remove unused constants 2021-03-04 08:18:41 -06:00
paths_test.cpp tests: Print images dir instead of simply reading it 2020-04-17 14:39:41 -05:00
property_test.cpp host: Throw exception when accessing properties with incorrect type 2022-02-07 14:43:46 -06:00
pwr_cal_mgr_test.cpp tests: Add unit tests for pwr_cal_mgr 2020-05-20 15:19:07 -05:00
pychdr_parse_test.py python: Add payload agnostic methods to CHDR API 2020-07-16 09:59:25 -05:00
pyranges_test.py tests: Add infrastructure to run Python unit tests 2020-06-15 13:49:36 -05:00
ranges_c_test.c uhd: Update license headers 2018-02-19 16:54:52 -08:00
ranges_test.cpp host: Create meta_range_t::as_monotonic 2022-03-14 15:49:41 -05:00
rf_control_gain_profile_test.cpp host: Update code base using clang-tidy 2021-03-17 15:44:05 -05:00
rfnoc_chdr_test.cpp utils: Expose CHDR Types in Public API 2020-07-13 15:21:52 -05:00
rfnoc_detailgraph_test.cpp rfnoc: Fix disconnecting back-edges from graphs 2023-02-28 12:24:07 -08:00
rfnoc_graph_mock_nodes.hpp tests: rfnoc: Amend mock nodes with action support 2022-03-30 10:28:07 -07:00
rfnoc_node_test.cpp rfnoc: Always retain order of properties 2022-06-14 05:24:58 -07:00
rfnoc_property_test.cpp rfnoc: Support instance overrides in set_properties() 2020-07-24 13:15:30 -05:00
rfnoc_propprop_test.cpp rfnoc: Rename property_propagation_active to is_forward_edge 2022-06-29 12:07:21 -07:00
rfnoc_topograph_test.cpp Revert "uhd: Revert Raw UDP Host Changes" 2022-09-21 15:35:55 -07:00
rx_streamer_test.cpp tests: Add complex include to resolve build 2022-03-29 05:22:15 -07:00
scope_exit_test.cpp uhd: Apply clang-format against all .cpp and .hpp files in host/ 2020-03-03 08:51:32 -06:00
sensors_c_test.c uhd: Update license headers 2018-02-19 16:54:52 -08:00
sensors_test.cpp uhd: mpm: apply clang-format to all files 2019-01-16 11:40:23 -08:00
serial_number_test.cpp uhd: improved handling of empty serial number hints 2020-06-26 14:31:14 -05:00
soft_reg_test.cpp uhd: mpm: apply clang-format to all files 2019-01-16 11:40:23 -08:00
sph_recv_test.cpp uhd: Replace all occurrences of boost::bind with std::bind 2019-11-26 12:21:32 -08:00
sph_send_test.cpp uhd: Apply clang-format against all .cpp and .hpp files in host/ 2020-03-03 08:51:32 -06:00
streamer_benchmark.cpp rfnoc: Clarify usage of MTU vs. max payload size, remove DEFAULT_SPP 2021-12-02 05:49:53 -08:00
string_vector_c_test.c uhd: Update license headers 2018-02-19 16:54:52 -08:00
subdev_spec_c_test.c uhd: Update license headers 2018-02-19 16:54:52 -08:00
subdev_spec_test.cpp uhd: mpm: apply clang-format to all files 2019-01-16 11:40:23 -08:00
system_time_test.cpp uhd: update to uniform SPDX license identifier 2022-09-01 14:16:30 -05:00
tasks_test.cpp uhd: mpm: apply clang-format to all files 2019-01-16 11:40:23 -08:00
time_spec_test.cpp uhd: mpm: apply clang-format to all files 2019-01-16 11:40:23 -08:00
transport_test.cpp transport: Implement a single-threaded I/O service 2019-11-26 11:49:19 -08:00
tx_streamer_test.cpp rfnoc: Clarify usage of MTU vs. max payload size, remove DEFAULT_SPP 2021-12-02 05:49:53 -08:00
uhd_image_downloader_test.py uhd_images_downloader: Add environment variable for http auth 2020-10-15 16:00:54 -05:00
verify_fbs_test.py tests: fbs test: Fix issues around missing git 2020-08-25 07:10:53 -05:00
vrt_test.cpp uhd: mpm: apply clang-format to all files 2019-01-16 11:40:23 -08:00
x400_rfdc_control_test.cpp uhd: Add support for the USRP X410 2021-06-10 12:01:53 -05:00
xport_adapter_ctrl_test.cpp usrp: Add xport_adapter_ctrl core 2023-01-10 14:19:00 -08:00
zbx_cpld_test.cpp uhd: zbx: Prevent TX antenna config from disrupting RX 2021-09-16 11:30:28 -07:00