Commit 45eb649
authored
Fix gcu/test_portchannel_interface.py for t2 pr checker (sonic-net#21626)
Summary: Previously, this test case randomly selected DUT out of the testbed. However, if it accidentally select the supervisor as the DUT, it will skip the test case for the whole T2 testbed because the supervisor may not have portchannel config. As an improvement, I used random frontend DUT selection fixture instead. Also, we enable this for T2 PR checker.
Note: this PR performed similar fixes as PR sonic-net#21666. Since PR#21666 got merged first, this PR has been repurposed to just enable the test in VS T2 PR checker.
Signed-off-by: BYGX-wcr <wcr@live.cn>1 parent 8d5a2f5 commit 45eb649
File tree
2 files changed
+1
-6
lines changed- tests
- common/plugins/conditional_mark
- generic_config_updater
2 files changed
+1
-6
lines changedLines changed: 0 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
305 | 305 | | |
306 | 306 | | |
307 | 307 | | |
308 | | - | |
309 | | - | |
310 | | - | |
311 | | - | |
312 | | - | |
313 | 308 | | |
314 | 309 | | |
315 | 310 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
104 | | - | |
| 104 | + | |
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
| |||
0 commit comments