0b94d313fad2dcbf0d14dd799ad6da4871f5fb06
[yardstick.git] / samples / vnf_samples / nsut / vepc / tc_epc_default_bearer_create_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     UE default bearer creation test case. Measure successful default bearer
19     creation rate, total number of active bearer per server.
20
21 scenarios:
22 - type: NSPerf
23   traffic_profile: "../../traffic_profiles/landslide/landslide_dmf_udp.yaml"
24   session_profile: "../../traffic_profiles/landslide/landslide_session_default_bearer.yaml"
25   topology: "vepc_vnf_topology_landslide.yaml"
26   nodes:
27     tg__0: tg__0.traffic_gen
28     vnf__0: vnf__0.vnf_epc
29   options:
30     dmf:
31       transactionRate: 5
32       packetSize: 512
33     test_cases:  # test case parameters to apply on session profile
34     - type: SGW_Node  # test type from test session profile
35       AssociatedPhys: 'eth6'  # interface(s) in Node test type to loop traffic back from NetHost
36       BearerAddrPool: 2001::1
37       BearerV4AddrPool: 1.0.0.1
38       FireballEn: 'false'
39       Sessions: '20000'
40     - type: SGW_Nodal  # test type from test session profile
41       StartRate: '1000.0'
42       DisconnectRate: '1000.0'
43       FireballEn: 'false'
44       Sessions: '20000'
45
46   runner:
47     type: Duration
48     duration: 200
49     interval: 5
50
51 contexts:
52 - name: traffic_gen
53   type: Node
54   file: /etc/yardstick/nodes/pod_landslide.yaml
55 - name: vnf_epc
56   type: Node
57   file: /etc/yardstick/nodes/pod_vepc_sut.yaml