blob: a90d8a1899683d4cebeb5e420e7e9e4404d6f13d (
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
|
# Copyright (c) 2018 Intel Corporation
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
---
description: 'UE default bearer creation test case'
name: default_bearer_capacity
keywords: ''
duration: 60
tsGroups:
- tsId: SGW_NODE_TS_NAME # SGW-Node test server name placeholder
testCases:
- name: ''
type: SGW_Node
AssociatedPhys: ''
parameters:
BearerAddrPool: 2001::1
BearerV4AddrPool: 1.0.0.1
DedicatedsPerDefaultBearer: '0'
DefaultBearers: '1'
FireballEn: 'false'
Gtp2Imei: '50502410121507'
Gtp2Imsi: '505024101215074'
Gtp2Version: 13.6.0
PgwNodeEn: 'true'
S5Protocol: GTPv2
Sessions: '100000'
SgiPtpTunnelEn: 'false'
SgwControlAddr:
class: TestNode
ethStatsEnabled: 'false'
forcedEthInterface: ''
ip: SGW_CONTROL_IP # SGW-C TestNode IP address placeholder
mtu: 1500
numLinksOrNodes: 1
phy: SGW_CONTROL_PHY
SgwUserAddr:
class: TestNode
ethStatsEnabled: 'false'
forcedEthInterface: ''
ip: SGW_USER_IP # SGW-U TestNode IP address placeholder
mtu: 1500
numLinksOrNodes: 1
phy: SGW_USER_PHY
TestType: SGW-NODE
TrafficMtu: '1500'
- tsId: SGW_NODAL_TS_NAME # SGW-Nodal test server name placeholder
testCases:
- name: ''
type: SGW_Nodal
parameters:
DataTraffic: Continuous
DataUserCfgFileEn: 'false'
DedicatedsPerDefaultBearer: '0'
DefaultBearers: '1'
DisconnectRate: '1000.0'
Dmf:
class: Dmf
mainflows:
- library: TEST_USER
name: Basic UDP
instanceGroups:
- mainflowIdx: 0
mixType: ''
rate: 0
startPaused: 'false'
EnbUserAddr:
class: TestNode
ethStatsEnabled: 'false'
forcedEthInterface: ''
ip: ENB_USER_IP # eNodeB TestNode IP address placeholder
mac: ''
mtu: 1500
nextHop: ''
numLinksOrNodes: 1
numVlan: 1
phy: ENB_USER_PHY
uniqueVlanAddr: 'false'
vlanDynamic: 0
vlanId: 0
vlanUserPriority: 0
vlanTagType: 0
FireballEn: 'false'
Gtp2Imei: '50502410121507'
Gtp2Imsi: '505024101215074'
Gtp2Version: 13.6.0
MmeControlAddr:
class: TestNode
ethStatsEnabled: 'false'
forcedEthInterface: ''
ip: MME_CONTROL_IP # MME TestNode IP address placeholder
mac: ''
mtu: 1500
nextHop: ''
numLinksOrNodes: 1
numVlan: 1
phy: MME_CONTROL_PHY
uniqueVlanAddr: 'false'
vlanDynamic: 0
vlanId: 0
vlanUserPriority: 0
vlanTagType: 0
NetworkHost: Local
NetworkHostAddrLocal:
class: TestNode
ethStatsEnabled: 'false'
forcedEthInterface: ''
ip: NET_HOST_IP # NetHost TestNode IP address placeholder
mac: ''
mtu: 1500
nextHop: ''
numLinksOrNodes: 1
numVlan: 1
phy: NET_HOST_PHY
uniqueVlanAddr: 'false'
vlanDynamic: 0
vlanId: 0
vlanUserPriority: 0
vlanTagType: 0
PgwNodeEn: 'false'
PgwUserSutEn: 'false'
PgwV4Sut:
class: Sut
name: PGW_SUT_NAME # PGW TestNode name placeholder
S5Protocol: GTPv2
Sessions: '100000'
SgwSut:
class: Sut
name: SGW_CONTROL_NAME # SGW-C SUT name placeholder
SgwUserSut:
class: Sut
name: SGW_USER_NAME # SGW-U SUT name placeholder
StartRate: '1000.0'
TestActivity: Capacity Test
TestType: SGW-NODAL
TrafficMtu: '1500'
TrafficStartType: When All Sessions Established
|