creation of tests and configs subdirectories
[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     -
22         name: TST009_rapid_benchmarking
23         order: 2
24         description: 'TST009 Rapid Testing'
25         testcases:
26             -
27                 case_name: rapid_tst009_64b_64f
28                 project_name: rapidxt
29                 criteria: 0.5
30                 # Criterium for TST009 testing is defined as the minimum packets per second received in the generator, expressed in Mpps
31                 blocking: true
32                 clean_flag: false
33                 description: 'TST009 test, 64 byte packets, 64 flows'
34                 run:
35                     name: rapidxt
36                     args:
37                         test_file: tests/TST009_Throughput_64B_64F.test
38                         runtime: 5
39             -
40                 case_name: rapid_tst009_acaeab_16384f
41                 project_name: rapidxt
42                 criteria: 0.2
43                 # Criterium for TST009 testing is defined as the minimum packets per second received in the generator, expressed in Mpps
44                 blocking: true
45                 clean_flag: false
46                 description: 'TST009 test, imix acaeab, 16384 flows'
47                 run:
48                     name: rapidxt
49                     args:
50                         test_file: tests/TST009_Throughput_acaeab_16384F.test
51                         runtime: 5