Merge "Remove copper refs"
[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: domino-multinode
62                 enabled: false
63                 project_name: domino
64                 criteria: 100
65                 blocking: false
66                 description: >-
67                     Test suite from Domino project.
68                 dependencies:
69                     installer: ''
70                     scenario: ''
71                 run:
72                     module: 'functest.core.feature'
73                     class: 'BashFeature'
74                     args:
75                         cmd: 'cd /src/domino && ./tests/run_multinode.sh'
76
77             -
78                 case_name: barometercollectd
79                 enabled: false
80                 project_name: barometer
81                 criteria: 100
82                 blocking: false
83                 description: >-
84                     Test suite for the Barometer project. Separate tests verify the
85                     proper configuration and functionality of the following
86                     collectd plugins Ceilometer, Hugepages, Memory RAS (mcelog),
87                     and OVS Events
88                 dependencies:
89                     installer: 'fuel'
90                     scenario: 'kvm_ovs_dpdk_bar'
91                 run:
92                      module: 'baro_tests.barometer'
93                      class: 'BarometerCollectd'