Skip to content

Commit 6a0e4a6

Browse files
StormLiangMSwangxin
authored andcommitted
[teardown errors] fix tsa test errors by disable loganalyzer (#6533)
What is the motivation for this PR? There would be many error logs during config reload or minigraph reload, need to disable loganalyzer when involve a reload. How did you do it? disable loganalyzer when involve a reload in testcases. How did you verify/test it? Any platform specific information? Supported testbed topology if it's a new test case?
1 parent 14c78ff commit 6a0e4a6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/bgp/test_traffic_shift.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -283,6 +283,7 @@ def test_TSA_B_C_with_no_neighbors(duthost, bgpmon_setup_teardown, nbrhosts, tbi
283283
"Not all ipv6 routes are announced to neighbors")
284284

285285

286+
@pytest.mark.disable_loganalyzer
286287
def test_TSA_TSB_with_config_reload(duthost, ptfhost, nbrhosts, bgpmon_setup_teardown, traffic_shift_community):
287288
"""
288289
Test TSA after config save and config reload
@@ -324,6 +325,7 @@ def test_TSA_TSB_with_config_reload(duthost, ptfhost, nbrhosts, bgpmon_setup_tea
324325
"Not all ipv6 routes are announced to neighbors")
325326

326327

328+
@pytest.mark.disable_loganalyzer
327329
def test_load_minigraph_with_traffic_shift_away(duthost, ptfhost, nbrhosts, bgpmon_setup_teardown,
328330
traffic_shift_community):
329331
"""

0 commit comments

Comments
 (0)