Merge "Update NSB PROX devguide"
[yardstick.git] / samples / vnf_samples / nsut / vepc / tc_epc_network_service_request_landslide.yaml
1 # Copyright (c) 2018 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     Downlink Data Notification from Network to UE that are in Idle state.
19
20 scenarios:
21 - type: NSPerf
22   traffic_profile: "../../traffic_profiles/landslide/landslide_dmf_udp.yaml"
23   session_profile: "../../traffic_profiles/landslide/landslide_session_network_service_request.yaml"
24   topology: "vepc_vnf_topology_landslide.yaml"
25   nodes:
26     tg__0: tg__0.traffic_gen
27     vnf__0: vnf__0.vnf_epc
28   options:
29     dmf:
30       transactionRate: 0.1
31       packetSize: 512
32       burstCount: 1 # Applies only to Basic UDP DMF, DataProtocol==udp
33     test_cases:  # test case parameters to apply on session profile
34     - type: SGW_Node  # test type from test session profile
35       AssociatedPhys: 'eth6'
36       BearerAddrPool: 2001::1
37       BearerV4AddrPool: 1.0.0.1
38       Sessions: '20000'
39     - type: SGW_Nodal  # test type from test session profile
40       StartRate: '1000.0'
41       DisconnectRate: '1000.0'
42       Sessions: '20000'
43
44       # Configurations:
45       # 1. Specify continuous periodical events: UE goes to Idle state -> DL Data Notification
46       # E.g. Set Gtp2IdleEntryTime = 5 - UE goes to idle state after 5 seconds
47       #      Set transactionRate = 0.1 - Send traffic periodically every 10 seconds
48       # 2. Set traffic run start delay
49       # E.g. Set Gtp2IdleEntryTime = 5 - UE goes to idle state after 5 seconds
50       #      Set TrafficStartDelay with value greater that Gtp2IdleEntryTime
51       Gtp2IdleEntryTime: '5' # Idle Entry Time (s)
52
53       # Downlink Data Notification settings
54       TrafficStartDelay: 1000 # Data Start Delay (ms)
55
56   runner:
57     type: Duration
58     duration: 300
59     interval: 5
60
61 contexts:
62 - name: traffic_gen
63   type: Node
64   file: /etc/yardstick/nodes/pod_landslide.yaml
65 - name: vnf_epc
66   type: Node
67   file: /etc/yardstick/nodes/pod_vepc_sut.yaml