[cold reboot] Added changes for reboot cause check of cold reboot test case#2702
Merged
yxieca merged 1 commit intosonic-net:masterfrom Dec 24, 2020
Conversation
…t case Signed-off-by: Oleksandr Kozodoi <[email protected]>
Contributor
Author
yxieca
approved these changes
Dec 24, 2020
kazinator-arista
pushed a commit
to kazinator-arista/sonic-mgmt
that referenced
this pull request
Mar 4, 2026
Update for swss following commits: 3108985 - 2023-03-28 : [202012][muxorch] handling multiple mux nexthops for route (sonic-net#2702) [Nikola Dancejic] f412625 - 2023-03-24 : [202012]Custom monitoring based priority tunnels (sonic-net#2671) [siqbal1986]
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Signed-off-by: Oleksandr Kozodoi [email protected]
Description of PR
Summary:
Added changes for reboot cause check of cold reboot test case.
Type of change
Approach
What is the motivation for this PR?
PR #6130 of sonic-buildimage changed the output of CLI command 'show reboot-cause' and test_cold_reboot was failed.
The old version of CLI command output
The new version of CLI command output
How did you do it?
Added two types of 'show reboot-cause' output to check of cold reboot test case.
How did you verify/test it?
py.test --testbed=testbed-t1 --inventory=../ansible/lab --testbed_file=../ansible/testbed.csv --host-pattern=testbed-t1 -- module-path=../ansible/library platform_tests/test_reboot.py::test_cold_rebootplatform_tests/test_reboot.py::test_cold_reboot PASSEDAny platform specific information?
Supported testbed topology if it's a new test case?
Documentation