blob: 10edc4e5de41d5158a4db4739e7f863bb7159f8d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
---
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'
|