blob: 2999aa565fdc5d46f543243b13d3c14bb1f303a3 (
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
project_name: parser
criteria: 100
blocking: false
description: >-
Test suite from Parser project.
dependencies:
installer: ''
scenario: '^((?!bgpvpn|nofeature).)*$'
run:
module: 'xtesting.core.feature'
class: 'BashFeature'
args:
cmd: '/src/nfv-parser/tests/functest_run.sh'
|