blob: 5615a90557aa74b22da21adaf53367b81043decb (
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
|
---
tiers:
-
name: smoke
order: 1
ci_loop: '(daily)|(weekly)'
description: >-
Set of basic Functional tests to validate the OPNFV scenarios.
testcases:
-
case_name: patrole
project_name: functest
criteria: 100
blocking: true
description: >-
Test suite from Patrole project.
dependencies:
installer: '^((?!netvirt).)*$'
scenario: ''
run:
module: 'functest.opnfv_tests.openstack.patrole.patrole'
class: 'Patrole'
args:
role: 'admin'
|