Merge "Add functest-features based on Alpine"
[functest.git] / docker / features / testcases.yaml
1 tiers:
2     -
3         name: features
4         order: 2
5         ci_loop: '(daily)|(weekly)'
6         description : >-
7             Test suites from feature projects
8             integrated in functest
9         testcases:
10             -
11                 case_name: bgpvpn
12                 project_name: sdnvpn
13                 criteria: 100
14                 blocking: false
15                 description: >-
16                     Test suite from SDNVPN project.
17                 dependencies:
18                     installer: '(fuel)|(apex)|(netvirt)'
19                     scenario: 'bgpvpn'
20                 run:
21                     module: 'functest.core.feature'
22                     class: 'BashFeature'
23                     args:
24                         cmd: 'run_sdnvpn_tests.py'
25
26             -
27                 case_name: security_scan
28                 enabled: false
29                 project_name: securityscanning
30                 criteria: 100
31                 blocking: false
32                 description: >-
33                     Simple Security Scan
34                 dependencies:
35                     installer: 'apex'
36                     scenario: '^((?!fdio).)*$'
37                 run:
38                     module: 'functest.core.feature'
39                     class: 'BashFeature'
40                     args:
41                         cmd: '. /home/opnfv/functest/conf/stackrc && security_scan --config /usr/local/etc/securityscanning/config.ini'
42
43             -
44                 case_name: functest-odl-sfc
45                 enabled: false
46                 project_name: sfc
47                 criteria: 100
48                 blocking: false
49                 description: >-
50                     Test suite for odl-sfc to test two chains and two SFs
51                 dependencies:
52                     installer: '(apex)|(fuel)'
53                     scenario: 'odl_l2-sfc'
54                 run:
55                     module: 'functest.core.feature'
56                     class: 'BashFeature'
57                     args:
58                         cmd: 'run_sfc_tests.py'
59
60             -
61                 case_name: barometercollectd
62                 enabled: false
63                 project_name: barometer
64                 criteria: 100
65                 blocking: false
66                 description: >-
67                     Test suite for the Barometer project. Separate tests verify the
68                     proper configuration and functionality of the following
69                     collectd plugins Ceilometer, Hugepages, Memory RAS (mcelog),
70                     and OVS Events
71                 dependencies:
72                     installer: 'fuel'
73                     scenario: 'kvm_ovs_dpdk_bar'
74                 run:
75                      module: 'baro_tests.barometer'
76                      class: 'BarometerCollectd'