If test type is reboot (warm reboot), skip on dualtor.
How did you verify/test it?
bgp/test_bgp_session.py::test_bgp_session_interface_down[neighbor-reboot] SKIPPED (warm reboot is not supported on dualtor) [100%]
bgp/test_bgp_session.py::test_bgp_session_interface_down[neighbor-bgp_docker] PASSED [100%]
Any platform specific information?
Supported testbed topology if it's a new test case?
Description of PR
Summary: Fixes # (issue)
Type of change
Back port request
Approach
What is the motivation for this PR?
Skip the warm reboot test type, as it will leave the DUT in an error state, and causes failures of following cases:
Signed-off-by: Longxiang Lyu lolv@microsoft.com
How did you do it?
If test type is reboot (warm reboot), skip on dualtor.
How did you verify/test it?
Any platform specific information?
Supported testbed topology if it's a new test case?
Documentation