-
Notifications
You must be signed in to change notification settings - Fork 0
/
tests.yaml
255 lines (253 loc) · 5.28 KB
/
tests.yaml
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
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
binaries:
simple-p2p: 'simple-p2p/bin/simple-p2p'
multipath-p2p: 'multipath-p2p/bin/multipath-p2p'
multipath-p2p-asym: 'multipath-p2p-asym/bin/multipath-p2p-asym'
multipath-p2p-asym-droplist: 'multipath-p2p-asym/bin/multipath-p2p-asym'
multipath-p2p-faulty: 'multipath-p2p-faulty/bin/multipath-p2p-faulty'
sigcomm19: 'multipath-p2p/bin/multipath-p2p'
blackhole: 'blackhole/bin/blackhole'
droplist: 'droplist/bin/droplist'
tcp-cross-traffic: 'tcp-cross-traffic/bin/tcp-cross-traffic'
udp-cross-traffic: 'udp-cross-traffic/bin/udp-cross-traffic'
plugins:
no_plugins:
name: PQUIC Core
plugins: []
monitoring:
name: Monitoring
plugins:
- plugins/monitoring/monitoring.plugin
datagram:
name: DATAGRAM
plugins:
- plugins/datagram/datagram.plugin
qlog:
name: QLog
plugins:
- plugins/qlog/qlog.plugin
multipath-rr:
name: Multipath RR
plugins:
- plugins/multipath/multipath_rr.plugin
- plugins/multipath/addresses_filters/filter_ns3_ipv4.plugin
multipath-rtt:
name: Multipath RTT
plugins:
- plugins/multipath/multipath_rtt.plugin
- plugins/multipath/addresses_filters/filter_ns3_ipv4.plugin
ecn:
name: ECN
plugins:
- plugins/ecn/ecn.plugin
definitions:
simple-p2p:
params:
delay:
range: [1, 300]
type: float
units: ms
bandwidth:
range: [2, 100]
type: float
units: Mbps
filesize:
range: [1000, 100_000_000]
type: int
variants:
plugins:
- no_plugins
- monitoring
- datagram
- qlog
- multipath-rr
- multipath-rtt
- ecn
sim_timeout: 180
hard_timeout: 480
droplist:
params:
delay:
range: [100, 100]
type: float
units: ms
bandwidth:
range: [2, 2]
type: float
units: Mbps
filesize:
range: [100_000, 100_000]
type: int
drops_to_client:
range: [1, 40]
type: int
count: 5
drops_to_server:
range: [1, 40]
type: int
count: 5
variants:
plugins:
- no_plugins
- monitoring
- datagram
- qlog
- multipath-rr
- multipath-rtt
- ecn
sim_timeout: 120
hard_timeout: 60
multipath-p2p:
params:
delay:
range: [1, 300]
type: float
units: ms
bandwidth:
range: [2, 100]
type: float
units: Mbps
filesize:
range: [1000, 25_000_000]
type: int
paths:
range: [2, 2]
type: int
variants:
plugins:
- no_plugins
- multipath-rr
- multipath-rtt
- ecn
sim_timeout: 180
hard_timeout: 480
multipath-p2p-asym:
params:
delay:
range: [100, 100]
type: float
units: ms
bandwidth:
range: [50, 50]
type: float
units: Mbps
delay_balance:
range: [0.1, 0.9]
type: float
bandwidth_balance:
range: [0.1, 0.5]
type: float
variants:
plugins:
- no_plugins
- multipath-rr
- multipath-rtt
filesize:
- 50_000
- 1_000_000
- 10_000_000
- 25_000_000
sim_timeout: 120
hard_timeout: 480
multipath-p2p-asym-droplist:
params:
delay:
range: [100, 100]
type: float
units: ms
bandwidth:
range: [50, 50]
type: float
units: Mbps
delay_balance:
range: [0.1, 0.9]
type: float
bandwidth_balance:
range: [0.1, 0.5]
type: float
drops_to_client0:
range: [1, 40]
type: int
count: 3
drops_to_client1:
range: [1, 40]
type: int
count: 3
drops_to_server0:
range: [1, 40]
type: int
count: 3
drops_to_server1:
range: [1, 40]
type: int
count: 3
variants:
plugins:
- no_plugins
- multipath-rr
- multipath-rtt
filesize:
- 100_000
sim_timeout: 60
hard_timeout: 120
multipath-p2p-faulty:
params:
delay:
range: [100, 100]
type: float
units: ms
bandwidth:
range: [50, 50]
type: float
units: Mbps
delay_balance:
range: [0.1, 0.9]
type: float
bandwidth_balance:
range: [0.1, 0.5]
type: float
'on':
range: [1, 4]
type: float
units: s
'off':
range: [0.5, 2]
type: float
units: s
repeat:
range: [2, 10]
type: int
variants:
plugins:
- no_plugins
- multipath-rr
- multipath-rtt
filesize:
- 50_000
sim_timeout: 60
hard_timeout: 120
sigcomm19:
params:
delay:
range: [2.5, 50]
type: float
units: ms
bandwidth:
range: [5, 50]
type: float
units: Mbps
paths:
range: [2, 2]
type: int
variants:
plugins:
- no_plugins
- multipath-rr
- multipath-rtt
filesize:
- 1500
- 10_000
- 50_000
- 1_000_000
- 10_000_000
sim_timeout: 60
hard_timeout: 480