blob: e1870d498f272fcdcf0b777f51de0d8458fdcdf6 (
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
|
.. This work is licensed under a Creative Commons Attribution 4.0 International
.. License.
.. http://creativecommons.org/licenses/by/4.0
.. (c) OPNFV, Huawei Tech and others.
***************************************************
POSCA Stress (Factor) Test of Perfomance Life-Cycle
***************************************************
Test Case
========
+-----------------------------------------------------------------------------+
|Bottlenecks POSCA Stress Test Ping |
| |
+--------------+--------------------------------------------------------------+
|test case name| posca_posca_ping |
| | |
+--------------+--------------------------------------------------------------+
|description | Stress test regarding life-cycle while using ping |
| | to validate the VM pairs constructions |
+--------------+--------------------------------------------------------------+
|configuration | config file: |
| | /testsuite/posca/testcase_cfg/posca_posca_ping.yaml |
| | |
| | stack number: 5, 10, 20, 50 ... |
| | |
+--------------+--------------------------------------------------------------+
|test result | PKT loss rate, success rate, test time, latency |
| | |
+--------------+--------------------------------------------------------------+
Configuration
============
::
load_manager:
scenarios:
tool: ping
test_times: 100
package_size:
num_stack: 5, 5
package_loss: 0
contexts:
stack_create: yardstick
flavor:
yardstick_test_ip:
yardstick_test_dir: "samples"
yardstick_testcase: "ping_bottlenecks"
dashboard:
dashboard: "y"
dashboard_ip:
|