Commit 5e7f7a8
Stepan Blyschak
Squashed commit of the following:
commit d79d500
Author: Xin Wang <xiwang5@microsoft.com>
Date: Sat May 23 11:31:48 2020 +0800
Fix acl testing for new t1 routes (sonic-net#1688)
The t1 and t1-lag routes have been changed after replacing static
routes on VM with exabgp announced routes. This caused the acl
testing failed. This PR is to fix this issue reported in sonic-net#1603.
Changes:
1. Update the acl rules template to use new IP addresses
2. Update the acl script to use new IP addresses
Signed-off-by: Xin Wang <xiwang5@microsoft.com>
commit c84e699
Author: yvolynets-mlnx <50697593+yvolynets-mlnx@users.noreply.github.com>
Date: Sat May 23 04:41:19 2020 +0300
[pytest/ntp] Minor fix for NTP test case. (sonic-net#1698)
Added verification of 'wait_until' result, to easier understand test case failure reason.
Signed-off-by: Yuriy Volynets <yuriyv@mellanox.com>
commit 441ddfa
Author: Vitaliy Senchyshyn <43479243+vsenchyshyn@users.noreply.github.com>
Date: Sat May 23 00:40:02 2020 +0300
[wr_arp][pytest] Fixed wr_arp test (sonic-net#1695)
* [wr_arp] Fixed wr_arp test
Signed-off-by: Vitaliy Senchyshyn <vsenchyshyn@barefootnetworks.com>
* Make show ip protocol command working for different sonic images
* Fixed review comments
* Made records variable a class memeber
* Fixed DIP taking from ip route show for sonic master
commit abdb746
Author: Xin Wang <xiwang5@microsoft.com>
Date: Fri May 22 18:45:56 2020 +0800
[pytest/fib]: Fix the issue of using wrong port announcing IPv6 routes (sonic-net#1697)
I used wrong port for announcing IPv6 routes in PR sonic-net#1692. This PR is to fix that issue.
Signed-off-by: Xin Wang <xiwang5@microsoft.com>
commit 9e52bba
Author: lguohan <lguohan@gmail.com>
Date: Fri May 22 03:45:14 2020 -0700
[pytest/snmp_cpu]: query nproc when ansible facts does not have vcpu info (sonic-net#1693)
sometimes, ansible facts does not gather vcpu information. in this case, use nproc to query the cpu number directly.
Signed-off-by: Guohan Lu <gulv@microsoft.com>
commit b175f8f
Author: yvolynets-mlnx <50697593+yvolynets-mlnx@users.noreply.github.com>
Date: Fri May 22 02:49:30 2020 +0300
[pytest/test_drop_counters.py] Fixed IGMP test case (sonic-net#1624)
Signed-off-by: Yuriy Volynets <yuriyv@mellanox.com>
commit 208d02a
Author: Xin Wang <xiwang5@microsoft.com>
Date: Fri May 22 00:23:19 2020 +0800
Announce vips routes for bgp_multipath_relax testing (sonic-net#1692)
Previously the vips routes were statically configured in the VMs for
bgp_multipath_relax testing. After the change of announcing
routes from exabgp in PTF to VMs, the vips routes were missing.
The bgp_multipath_relax testing depends on the vips routes failed.
This change is to announce the vips routes to VMs that have the
vips routes configuration. The functions in the fib fixture definition
file were refactored a little bit.
Signed-off-by: Xin Wang <xiwang5@microsoft.com>
commit 6d7498f
Author: yvolynets-mlnx <50697593+yvolynets-mlnx@users.noreply.github.com>
Date: Thu May 21 11:38:08 2020 +0300
Fixed fib tests: test_hash_ipv4/test_hash_ipv6 (sonic-net#1683)
Fixes sonic-net#1679
Signed-off-by: Yuriy Volynets <yuriyv@mellanox.com>
commit f17471c
Author: Neetha John <nejo@microsoft.com>
Date: Wed May 20 15:53:44 2020 -0700
Qos SAI test restructure (sonic-net#1682)
* Qos SAI test restructure
Signed-off-by: Neetha John <nejo@microsoft.com>
commit 87f3a23
Author: Joe LeVeque <jleveque@users.noreply.github.com>
Date: Wed May 20 10:42:22 2020 -0700
[pytest][cacl] Remove unused 'testbed_devices' from parameters (sonic-net#1689)
commit bd6e135
Author: Ying Xie <yxieca@users.noreply.github.com>
Date: Wed May 20 08:11:55 2020 -0700
[reload config] redirect reload config output to /dev/null (sonic-net#1687)
config reload command will restart interface-config service, which
will reset eth0. Which will reset the connection issues config
reload if the output is coming to stdio/stderr. It in turn could
cause the pytest to stuck for long time.
Signed-off-by: Ying Xie <ying.xie@microsoft.com>
Signed-off-by: Stepan Blyschak <stepanb@mellanox.com>1 parent 22cdcca commit 5e7f7a8
18 files changed
Lines changed: 716 additions & 1209 deletions
File tree
- ansible
- group_vars/sonic
- roles/test
- files/ptftests
- tasks
- vars
- tests
- acl
- templates
- arp
- cacl
- common
- plugins
- drop_counters
- fib
- ntp
- platform_tests
- snmp
- vlan
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
7 | 11 | | |
8 | 12 | | |
9 | 13 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| 49 | + | |
49 | 50 | | |
50 | 51 | | |
51 | 52 | | |
| |||
102 | 103 | | |
103 | 104 | | |
104 | 105 | | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
105 | 116 | | |
106 | 117 | | |
107 | 118 | | |
| |||
241 | 252 | | |
242 | 253 | | |
243 | 254 | | |
244 | | - | |
245 | | - | |
246 | | - | |
247 | | - | |
248 | | - | |
249 | | - | |
250 | | - | |
251 | | - | |
252 | | - | |
253 | | - | |
254 | | - | |
255 | | - | |
256 | | - | |
257 | | - | |
258 | | - | |
259 | | - | |
| 255 | + | |
| 256 | + | |
| 257 | + | |
| 258 | + | |
| 259 | + | |
| 260 | + | |
| 261 | + | |
| 262 | + | |
| 263 | + | |
| 264 | + | |
| 265 | + | |
| 266 | + | |
| 267 | + | |
| 268 | + | |
| 269 | + | |
| 270 | + | |
| 271 | + | |
| 272 | + | |
| 273 | + | |
260 | 274 | | |
261 | 275 | | |
262 | 276 | | |
| |||
272 | 286 | | |
273 | 287 | | |
274 | 288 | | |
275 | | - | |
| 289 | + | |
276 | 290 | | |
277 | 291 | | |
278 | 292 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
143 | 143 | | |
144 | 144 | | |
145 | 145 | | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
146 | 150 | | |
147 | 151 | | |
148 | 152 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
25 | 47 | | |
26 | 48 | | |
27 | | - | |
| 49 | + | |
28 | 50 | | |
29 | 51 | | |
30 | | - | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
31 | 55 | | |
32 | 56 | | |
33 | 57 | | |
| |||
52 | 76 | | |
53 | 77 | | |
54 | 78 | | |
55 | | - | |
56 | | - | |
57 | | - | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
58 | 83 | | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
63 | 88 | | |
64 | 89 | | |
65 | 90 | | |
| |||
83 | 108 | | |
84 | 109 | | |
85 | 110 | | |
86 | | - | |
87 | | - | |
88 | | - | |
89 | 111 | | |
90 | 112 | | |
91 | 113 | | |
| |||
135 | 157 | | |
136 | 158 | | |
137 | 159 | | |
138 | | - | |
| 160 | + | |
139 | 161 | | |
140 | 162 | | |
141 | | - | |
142 | | - | |
143 | | - | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
144 | 166 | | |
145 | 167 | | |
146 | 168 | | |
147 | 169 | | |
148 | 170 | | |
149 | 171 | | |
150 | | - | |
151 | | - | |
152 | | - | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
153 | 175 | | |
154 | 176 | | |
155 | 177 | | |
156 | | - | |
| 178 | + | |
157 | 179 | | |
158 | 180 | | |
159 | | - | |
160 | | - | |
161 | | - | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
162 | 184 | | |
163 | 185 | | |
164 | 186 | | |
165 | 187 | | |
166 | 188 | | |
167 | 189 | | |
168 | | - | |
169 | | - | |
170 | | - | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
171 | 193 | | |
172 | 194 | | |
173 | 195 | | |
| |||
187 | 209 | | |
188 | 210 | | |
189 | 211 | | |
190 | | - | |
| 212 | + | |
191 | 213 | | |
192 | 214 | | |
193 | 215 | | |
| |||
208 | 230 | | |
209 | 231 | | |
210 | 232 | | |
211 | | - | |
| 233 | + | |
212 | 234 | | |
213 | 235 | | |
214 | 236 | | |
215 | 237 | | |
216 | 238 | | |
217 | 239 | | |
218 | | - | |
| 240 | + | |
219 | 241 | | |
220 | 242 | | |
221 | 243 | | |
222 | | - | |
223 | | - | |
224 | | - | |
225 | | - | |
226 | | - | |
227 | | - | |
228 | | - | |
229 | | - | |
230 | | - | |
231 | | - | |
232 | | - | |
233 | | - | |
| 244 | + | |
| 245 | + | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
| 249 | + | |
| 250 | + | |
| 251 | + | |
| 252 | + | |
| 253 | + | |
| 254 | + | |
| 255 | + | |
234 | 256 | | |
235 | 257 | | |
236 | 258 | | |
| |||
252 | 274 | | |
253 | 275 | | |
254 | 276 | | |
255 | | - | |
| 277 | + | |
256 | 278 | | |
257 | 279 | | |
258 | 280 | | |
| |||
285 | 307 | | |
286 | 308 | | |
287 | 309 | | |
288 | | - | |
| 310 | + | |
289 | 311 | | |
290 | 312 | | |
291 | 313 | | |
| |||
307 | 329 | | |
308 | 330 | | |
309 | 331 | | |
310 | | - | |
| 332 | + | |
311 | 333 | | |
312 | 334 | | |
313 | 335 | | |
| |||
332 | 354 | | |
333 | 355 | | |
334 | 356 | | |
335 | | - | |
| 357 | + | |
336 | 358 | | |
337 | 359 | | |
338 | 360 | | |
| |||
350 | 372 | | |
351 | 373 | | |
352 | 374 | | |
353 | | - | |
354 | | - | |
355 | | - | |
| 375 | + | |
| 376 | + | |
| 377 | + | |
356 | 378 | | |
357 | 379 | | |
358 | 380 | | |
359 | 381 | | |
360 | | - | |
361 | | - | |
362 | | - | |
363 | | - | |
| 382 | + | |
| 383 | + | |
| 384 | + | |
| 385 | + | |
364 | 386 | | |
365 | 387 | | |
366 | 388 | | |
| |||
375 | 397 | | |
376 | 398 | | |
377 | 399 | | |
378 | | - | |
379 | | - | |
380 | | - | |
| 400 | + | |
| 401 | + | |
| 402 | + | |
381 | 403 | | |
382 | 404 | | |
383 | 405 | | |
384 | 406 | | |
385 | | - | |
386 | | - | |
387 | | - | |
388 | | - | |
| 407 | + | |
| 408 | + | |
| 409 | + | |
| 410 | + | |
389 | 411 | | |
390 | 412 | | |
391 | 413 | | |
| |||
407 | 429 | | |
408 | 430 | | |
409 | 431 | | |
410 | | - | |
| 432 | + | |
411 | 433 | | |
412 | 434 | | |
413 | 435 | | |
| |||
459 | 481 | | |
460 | 482 | | |
461 | 483 | | |
462 | | - | |
| 484 | + | |
463 | 485 | | |
464 | 486 | | |
465 | 487 | | |
| |||
0 commit comments