Add Docker automated build hooks for Parser
[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                 enabled: false
13                 project_name: parser
14                 criteria: 100
15                 blocking: false
16                 description: >-
17                     Test suite from Parser project.
18                 dependencies:
19                     installer: 'fuel'
20                     scenario: '^((?!bgpvpn|noha).)*$'
21                 run:
22                     module: 'functest.core.feature'
23                     class: 'BashFeature'
24                     args:
25                         cmd: 'cd /src/nfv-parser/tests && ./functest_run.sh'