add yardstick iruya 9.0.0 release notes
[yardstick.git] / samples / vnf_samples / nsut / vepc / tc_epc_saegw_tput_relocation_landslide.yaml
1 # Copyright (c) 2018-2019 Intel Corporation
2 #
3 # Licensed under the Apache License, Version 2.0 (the "License");
4 # you may not use this file except in compliance with the License.
5 # You may obtain a copy of the License at
6 #
7 #      http://www.apache.org/licenses/LICENSE-2.0
8 #
9 # Unless required by applicable law or agreed to in writing, software
10 # distributed under the License is distributed on an "AS IS" BASIS,
11 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12 # See the License for the specific language governing permissions and
13 # limitations under the License.
14
15 ---
16 schema: yardstick:task:0.1
17 description: >
18     SAEGW throughput with relocation test case
19
20 scenarios:
21 - type: NSPerf
22   traffic_profile: "../../traffic_profiles/landslide/landslide_dmf_udp.yaml"
23   session_profile: "../../traffic_profiles/landslide/landslide_session_saegw_relocation.yaml"
24   topology: "vepc_vnf_topology_landslide.yaml"
25   nodes:
26     tg__0: trafficgen_0.traffic_gen
27     vnf__0: vnf.vnf_epc
28   options:
29     dmf:
30       transactionRate: 5
31       packetSize: 512
32     test_cases:  # test case parameters to apply on session profile
33     - type: SGW_Node  # test type from test session profile
34       AssociatedPhys: 'eth6'  # interface(s) in Node test type to loop traffic back from NetHost
35       BearerAddrPool: 2001::1
36       BearerV4AddrPool: 1.0.0.1
37       Sessions: '20000'
38     - type: SGW_Nodal  # test type from test session profile
39       StartRate: '1000.0'
40       DisconnectRate: '1000.0'
41       Sessions: '20000'
42       # Relocation settings
43       HandoffType: '0' # 0 - X2, 1 - S1, 2 - TAU/RAU
44       MobilityTimeMs: '10000' # Mobility Delay Time (ms)
45       StartType: When All Sessions Started # When All Sessions Started or When Session Started
46       SessionRetries: 'true' # Enable/disable Session Start Retries
47       MobilityRate: '120.0' # Mobility Rate
48       MobilityMode: Single Handoff # Handoff Mode: Single Handoff or Continuous Handoff
49       MobilityIntervalShape: Fixed # Mobility Rate Interval Distribution
50
51   runner:
52     type: Duration
53     duration: 300
54     interval: 5
55
56 contexts:
57 - name: traffic_gen
58   type: Node
59   file: /etc/yardstick/nodes/pod_landslide.yaml
60 - name: vnf_epc
61   type: Node
62   file: /etc/yardstick/nodes/pod_vepc_sut.yaml