blob: 378b5f59d82f4a37927f5b2e5c581beb4326df16 (
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
|
##############################################################################
# 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: components
order: 1
description: >-
Run several OpenStack performance tools
https://docs.openstack.org/performance-docs/latest/methodologies/tools.html
testcases:
-
case_name: rally_full
project_name: functest
criteria: 100
blocking: false
description: >-
This test case runs the Gnocchi scenarios of the
OpenStack Rally suite using several threads and iterations.
run:
name: rally_full
args:
tests:
- 'gnocchi'
|