add yardstick iruya 9.0.0 release notes
[yardstick.git] / samples / vnf_samples / nsut / vepc / tc_epc_default_bearer_create_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     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: trafficgen_0.traffic_gen
28     vnf__0: vnf.vnf_epc
29   options:
30     traffic_duration: 70
31     dmf:
32       transactionRate: 5
33       packetSize: 512
34     test_cases:  # test case parameters to apply on session profile
35     - type: SGW_Node  # test type from test session profile
36       AssociatedPhys: 'eth6'  # interface(s) in Node test type to loop traffic back from NetHost
37       BearerAddrPool: 2001::1
38       BearerV4AddrPool: 1.0.0.1
39       FireballEn: 'false'
40       Sessions: '20000'
41     - type: SGW_Nodal  # test type from test session profile
42       StartRate: '1000.0'
43       DisconnectRate: '1000.0'
44       FireballEn: 'false'
45       Sessions: '20000'
46
47   runner:
48     type: Duration
49     duration: 200
50     interval: 5
51
52 contexts:
53 - name: traffic_gen
54   type: Node
55   file: /etc/yardstick/nodes/pod_landslide.yaml
56 - name: vnf_epc
57   type: Node
58   file: /etc/yardstick/nodes/pod_vepc_sut.yaml