sonic-net / sonic-mgmt

Configuration management examples for SONiC
Other
200 stars 731 forks source link

[action] [PR:15329] Fix platform_tests/test_advanced_reboot.py test_warm_reboot_mac_jump for mac jump detection #15717

Closed mssonicbld closed 1 day ago

mssonicbld commented 2 days ago

Description of PR

Summary: Update the regex to detect mac jump because the log level for the message changed Fixes # (issue)

Type of change

Back port request

Approach

What is the motivation for this PR?

The log level for fdbEvent messsage to detect mac jump is changed to NOTICE, so the regex used by the test has to be updated.

How did you do it?

Change the regex for detecting mac jump

How did you verify/test it?

Check the test can pass after the change

Any platform specific information?

Supported testbed topology if it's a new test case?

Documentation

mssonicbld commented 2 days ago

Original PR: https://github.com/sonic-net/sonic-mgmt/pull/15329