blob: 03170b401f4c6143ec6747febb95e7723d7ef7cd (
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
26
27
28
29
30
31
32
33
34
|
##############################################################################
# Copyright (c) 2019 opnfv.
#
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Apache License, Version 2.0
# which accompanies this distribution, and is available at
# http://www.apache.org/licenses/LICENSE-2.0
##############################################################################
---
tiers:
-
name: smoke
order: 1
description: >-
Set of basic Functional tests to validate the OPNFV scenarios.
testcases:
-
case_name: tempest_custom
project_name: functest
criteria: 100
blocking: false
description: >-
The test case allows running a customized list of tempest
test cases defined in a file under
<dir_functest_repo>/functest/opnfv_tests/openstack/
/tempest/custom_tests/test_list.txt
The file is empty and can be customized with the desired tests.
run:
name: tempest_common
args:
mode: 'custom'
option:
- '--concurrency=4'
|