blob: 4ab3fae2bd4687bd3c1a9c6ceec0c7a808e039fb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
tiers:
-
name: features
order: 2
ci_loop: '(daily)|(weekly)'
description : >-
Test suites from feature projects
integrated in functest
testcases:
-
case_name: parser-basics
enabled: false
project_name: parser
criteria: 100
blocking: false
description: >-
Test suite from Parser project.
dependencies:
installer: 'fuel'
scenario: '^((?!bgpvpn|noha).)*$'
run:
module: 'functest.core.feature'
class: 'BashFeature'
args:
cmd: 'cd /src/nfv-parser/tests && ./functest_run.sh'
|