aboutsummaryrefslogtreecommitdiffstats
path: root/host/tests
Commit message (Expand)AuthorAgeFilesLines
* test: Add verify-flatbuffer testLars Amsel2020-06-232-0/+34
* tests: Add unit test for FFT RFNoC blockAaron Rossetto2020-06-182-0/+191
* tests: Add infrastructure to run Python unit testsMartin Braun2020-06-152-0/+37
* devtest: Assert result of python_api_test correctlyMartin Braun2020-06-101-0/+15
* devtest: Don't skip Python API tests if Python API is enabledMartin Braun2020-06-101-0/+5
* b200: tests: Fix PyLint issues in B200 devtestMartin Braun2020-06-101-1/+4
* tests: Fix multi_usrp_testMartin Braun2020-06-101-16/+28
* rfnoc: Add unit test for Add/Sub RFNoC blockAaron Rossetto2020-05-282-0/+93
* tests: Add unit test for Split Stream RFNoC blockAaron Rossetto2020-05-282-0/+232
* tests: Add unit test for USE_MAP action forwarding policyAaron Rossetto2020-05-281-0/+137
* tests: Add unit test for USE_MAP prop forwarding policyAaron Rossetto2020-05-282-1/+259
* tests: updated devtest runner to use standard device argsMatthew Crymble2020-05-272-3/+3
* cal: Minor fixes in power container, add unit testMartin Braun2020-05-261-0/+24
* tests: Add unit tests for pwr_cal_mgrMartin Braun2020-05-202-0/+157
* cal: database: Add option to register flash cal callbacksMartin Braun2020-05-201-0/+36
* tests: Added unit test for Vector IIR RFNoC blockAaron Rossetto2020-05-192-0/+225
* tests: Remove 'six' dependency from devtestMartin Braun2020-05-121-2/+1
* Remove remaining Python 2 referencesMartin Braun2020-05-075-5/+0
* test: Add output for gpio_testMichael West2020-04-301-0/+3
* devtest: Add support for TwinRX to x3x0Michael West2020-04-301-52/+92
* devtest: Add method to get number of channelsMichael West2020-04-301-0/+36
* devtest: Fix benchmark_rate_test success criteriaMichael West2020-04-301-2/+2
* tests: Print images dir instead of simply reading itMartin Braun2020-04-171-1/+1
* cal: Add pwr_cal containerMartin Braun2020-04-172-0/+135
* lib: utils: interpolation: Add bilinear interpolationMartin Braun2020-04-171-1/+69
* tests: Add Fosphor block controller unit testWade Fife2020-04-142-0/+358
* tests: migrated rfnoc block tests to dedicated subdirectorymattprost2020-04-136-381/+455
* fixup! uhd: Add fuzzy serial number checkingmattprost2020-04-091-8/+8
* tests: Fix client_zero_test flush bit testMartin Braun2020-04-081-6/+12
* uhd: Add fuzzy serial number checkingLane Kolbly2020-04-082-0/+28
* tests: Add FIR filter block controller unit testAaron Rossetto2020-04-072-0/+247
* uhd: math: Add interpolation.hppMartin Braun2020-04-074-10/+37
* devtest: add missing devtest to n3xxCiro Nishiguchi2020-04-031-0/+1
* uhd: paths: Harmonize around XDG Base Directory specificationMartin Braun2020-04-021-9/+8
* rfnoc: Add multichannel register interfacemattprost2020-04-022-0/+181
* uhd: cal: Add iq_cal calibration data container classMartin Braun2020-04-022-0/+82
* uhd: cal: Add database classMartin Braun2020-03-262-0/+89
* uhd: paths: Add get_cal_data_path() API callMartin Braun2020-03-261-1/+3
* uhd: math: Add linear_interp()Martin Braun2020-03-181-1/+10
* utils: Add bool specialization to cast::from_str()Aaron Rossetto2020-03-181-0/+20
* tests: Allow custom name for mock terminatorAaron Rossetto2020-03-131-4/+6
* uhd: Apply clang-format against all .cpp and .hpp files in host/Martin Braun2020-03-0322-193/+212
* rfnoc: Provide make_args_t dtor in rfnoc_blocks_testAaron Rossetto2020-02-041-0/+3
* rfnoc: Create mock factoryMartin Braun2020-01-294-197/+15
* cmake: Find DPDK via pkg-config, if availableAlex Williams2020-01-221-2/+2
* uhd: fixing MSVC warningsBrent Stapleton2020-01-091-1/+2
* tests: fixup compiler warningBrent Stapleton2019-12-301-1/+1
* tests: Port polling-mode dpdk_test to new DPDK frameworkAlex Williams2019-12-203-83/+121
* dpdk: Add new DPDK stack to integrate with I/O servicesAlex Williams2019-12-202-0/+47
* tests: Add more tests for max rate streamingCiro Nishiguchi2019-12-184-89/+469