File: tests_config.example.yaml

package info (click to toggle)
dpdk 25.11-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 127,892 kB
  • sloc: ansic: 2,358,479; python: 16,426; sh: 4,474; makefile: 1,713; awk: 70
file content (17 lines) | stat: -rw-r--r-- 638 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# SPDX-License-Identifier: BSD-3-Clause

# Define the custom test suite configurations
hello_world:
  msg: A custom hello world to you!
# single_core_forward_perf:
#   test_parameters: # Add frame size / descriptor count combinations as needed
#     - frame_size: 64
#       num_descriptors: 512
#       expected_mpps: 1.0 # Set millions of packets per second according to your devices expected throughput for this given frame size / descriptor count
#     - frame_size: 64
#       num_descriptors: 1024
#       expected_mpps: 1.0
#     - frame_size: 512
#       num_descriptors: 1024
#       expected_mpps: 1.0
#   delta_tolerance: 0.05