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