blob: baf30578b920aadaba15e6b2cc5a133781840423 (
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
|
.. 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 feature Test of VNF Scale Out
***********************************
Test Case
=========
+-----------------------------------------------------------------------------+
|Bottlenecks POSCA Soak Test Throughputs |
| |
+--------------+--------------------------------------------------------------+
|test case name| posca_feature_nfv_scale_out |
| | |
+--------------+--------------------------------------------------------------+
|description | SampleVNF Scale Out Test |
| | |
+--------------+--------------------------------------------------------------+
|configuration | config file: |
| | /testsuite/posca/testcase_cfg/... |
| | posca_feature_nfv_scale_out.yaml |
| | |
+--------------+--------------------------------------------------------------+
|test result | throughputs, latency, loss rate |
| | |
+--------------+--------------------------------------------------------------+
Configuration
============
::
load_manager:
scenarios:
number_vnfs: 1, 2, 4
iterations: 10
interval: 35
runners:
stack_create: yardstick
flavor:
yardstick_test_dir: "samples/vnf_samples/nsut/acl"
yardstick_testcase: "tc_heat_rfc2544_ipv4_1rule_1flow_64B_trex_correlated_traffic_scale_out"
|