diff options
author | Virendra Kakade <virendra.kakade@ni.com> | 2022-03-28 14:32:05 -0500 |
---|---|---|
committer | Aaron Rossetto <aaron.rossetto@ni.com> | 2022-03-31 07:58:38 -0700 |
commit | fe2e24e79e3e5d714e2bf30da89ee5cd71dcb399 (patch) | |
tree | c5bf2a0ce74d862501c2207b590d7ba154bf9168 /.ci/uhd-pipeline-pr.yml | |
parent | 218a75e4dacab7c248ee14b31bbc2213a7aa7866 (diff) | |
download | uhd-fe2e24e79e3e5d714e2bf30da89ee5cd71dcb399.tar.gz uhd-fe2e24e79e3e5d714e2bf30da89ee5cd71dcb399.tar.bz2 uhd-fe2e24e79e3e5d714e2bf30da89ee5cd71dcb399.zip |
tests: enable automated streaming tests on X410
Enable automated streaming tests to run on X410.
Disable tests on non-X410 devices for now.
Run only DPDK tests since the setup can not withstand
4Rx 4Tx and 4FDx in non-DPDK mode in manual testing.
And we need to enable running these tests for 100GbE testing.
Adjust streaming test thresholds to new values which seemed to work fine
in manual testing. Might make them tighter in future based on more data.
Diffstat (limited to '.ci/uhd-pipeline-pr.yml')
-rw-r--r-- | .ci/uhd-pipeline-pr.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.ci/uhd-pipeline-pr.yml b/.ci/uhd-pipeline-pr.yml index d847bc33f..d3a8077e0 100644 --- a/.ci/uhd-pipeline-pr.yml +++ b/.ci/uhd-pipeline-pr.yml @@ -40,7 +40,7 @@ parameters: - name: run_streaming_tests type: boolean displayName: Run Streaming Tests - default: False + default: true - name: build_sdk type: boolean displayName: Build embedded image SDKs |