Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ci: Add recv and send frame tuning for streaming | Steven Koo | 2022-06-10 | 1 | -1/+10 |
| | | | | | | | | This adds the ability to tune the recv and send frames as a parameter. This is useful since some rates will fail with jitter in the system with the default settings. Signed-off-by: Steven Koo <steven.koo@ni.com> | ||||
* | tests: streaming: add support for more DUTs | Matthew Crymble | 2022-06-10 | 1 | -0/+4 |
| | | | | | | | | | | This commit enables runs for X310, X310 TwinRx, E320, and N310. By default, python's argparse module will expect a value to be provided for each argument defined. Specifying an nargs value of '?' for the pytest options allows us to use a single pytest invocation in our pipeline configuration, even though some options don't apply to some DUT types. | ||||
* | tests: streaming tests setup | Virendra Kakade | 2022-04-06 | 1 | -1/+1 |
| | | | | | | | Add auto DUT bitfile configuration. Add special network configuration commands for X410. Signed-off-by: Virendra Kakade <virendra.kakade@ni.com> | ||||
* | tests: add automated streaming tests | Matthew Crymble | 2021-11-30 | 1 | -0/+59 |