Commit d16a7d8
Fix xfail for dir_bcast in dualtor (#6477)
What is the motivation for this PR?
xfail for dir_bcast in dualtor didn't work because 'dualtor' is not 'topo_type'
How did you do it?
Use 'topo_name' for dualtor instead of 'topo_type'
Fix order of conditional mark
How did you verify/test it?
Run test
Any platform specific information?
Supported testbed topology if it's a new test case?1 parent 6d6ca7d commit d16a7d8
File tree
1 file changed
+11
-2
lines changed- tests/common/plugins/conditional_mark
1 file changed
+11
-2
lines changedLines changed: 11 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
457 | 457 | | |
458 | 458 | | |
459 | 459 | | |
460 | | - | |
| 460 | + | |
461 | 461 | | |
462 | 462 | | |
463 | 463 | | |
464 | | - | |
| 464 | + | |
465 | 465 | | |
466 | 466 | | |
467 | 467 | | |
| |||
500 | 500 | | |
501 | 501 | | |
502 | 502 | | |
| 503 | + | |
| 504 | + | |
| 505 | + | |
| 506 | + | |
| 507 | + | |
| 508 | + | |
| 509 | + | |
| 510 | + | |
| 511 | + | |
503 | 512 | | |
504 | 513 | | |
505 | 514 | | |
| |||
0 commit comments