remove icmp rules from secgroups
[functest.git] / docker / parser / 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: parser-basics
12                 project_name: parser
13                 criteria: 100
14                 blocking: false
15                 description: >-
16                     Test suite from Parser project.
17                 dependencies:
18                     installer: ''
19                     scenario: '^((?!bgpvpn|noha).)*$'
20                 run:
21                     module: 'functest.core.feature'
22                     class: 'BashFeature'
23                     args:
24                         cmd: 'cd /src/nfv-parser/tests && ./functest_run.sh'