blob: f753e8e8e213a109c6058898ac5c7b9b6d6defc1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
|
---
tiers:
-
name: IRQ_rapid_benchmarking
order: 1
description: 'IRQ Rapid Testing'
testcases:
-
case_name: rapid_irq
project_name: rapidxt
criteria: 499500
# Criterium for irq is defined as 500000 - the maximal allowed interrupt time per PMD loop (in us)
blocking: true
clean_flag: false
description: 'IRQ test'
run:
name: rapidxt
args:
test_file: tests/irq.test
runtime: 5
-
name: TST009_rapid_benchmarking
order: 2
description: 'TST009 Rapid Testing'
testcases:
-
case_name: rapid_tst009_64b_64f
project_name: rapidxt
criteria: 0.5
# Criterium for TST009 testing is defined as the minimum packets per second received in the generator, expressed in Mpps
blocking: true
clean_flag: false
description: 'TST009 test, 64 byte packets, 64 flows'
run:
name: rapidxt
args:
test_file: tests/TST009_Throughput_64B_64F.test
runtime: 5
-
case_name: rapid_tst009_acaeab_16384f
project_name: rapidxt
criteria: 0.2
# Criterium for TST009 testing is defined as the minimum packets per second received in the generator, expressed in Mpps
blocking: true
clean_flag: false
description: 'TST009 test, imix acaeab, 16384 flows'
run:
name: rapidxt
args:
test_file: tests/TST009_Throughput_acaeab_16384F.test
runtime: 5
|