aboutsummaryrefslogtreecommitdiffstats
path: root/host/tests/pytests/conftest.py
Commit message (Collapse)AuthorAgeFilesLines
* ci: Add recv and send frame tuning for streamingSteven Koo2022-06-101-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 DUTsMatthew Crymble2022-06-101-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 setupVirendra Kakade2022-04-061-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 testsMatthew Crymble2021-11-301-0/+59