Skip to content

Commit

Permalink
Change the test case name to not include 'teamd_' in it
Browse files Browse the repository at this point in the history
If the test case name has the 'teamd_' in it, in the loganalyzer, when add the marker, the log will be writen to the /var/log/teamd.log, but not the /var/log/syslog, it will fail the loganalyzer
  • Loading branch information
nhe-NV committed Jan 10, 2025
1 parent 5f66027 commit 928cf95
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/pc/test_retry_count.py
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ def test_peer_retry_count_packet_version(self, duthost, nbrhosts, higher_retry_c
"""
check_lacpdu_packet_version(duthost)

def test_kill_teamd_lag_up(self, duthost, nbrhosts, higher_retry_count_on_peers, config_reload_on_cleanup):
def test_kill_team_lag_up(self, duthost, nbrhosts, higher_retry_count_on_peers, config_reload_on_cleanup):
"""
Test that the lag remains up for 150 seconds after killing teamd on the peer
"""
Expand Down Expand Up @@ -339,7 +339,7 @@ def test_retry_count_packet_version(self, duthost, nbrhosts, higher_retry_count_
"""
check_lacpdu_packet_version(duthost)

def test_kill_teamd_peer_lag_up(self, duthost, nbrhosts, higher_retry_count_on_peers, config_reload_on_cleanup):
def test_kill_team_peer_lag_up(self, duthost, nbrhosts, higher_retry_count_on_peers, config_reload_on_cleanup):
"""
Test that the lag remains up for 150 seconds after killing teamd on the DUT
"""
Expand Down

0 comments on commit 928cf95

Please sign in to comment.