[pytest] Convert Ansible Advanced Reboot fast/warm reboot test cases#1500
Merged
tahmed-dev merged 2 commits intosonic-net:masterfrom Mar 30, 2020
Conversation
This PR converts current Ansible fast/warm test cases to pytest test cases. New pytest AdvancedReboot test fixture corresponding to advanced-reboot.yml, introduced. signed-off-by: Tamer Ahmed <tamer.ahmed@microsoft.com>
yxieca
approved these changes
Mar 30, 2020
daall
reviewed
Mar 30, 2020
Contributor
daall
left a comment
There was a problem hiding this comment.
Thanks for this! See comments. :)
(Like we discussed offline, the arp_responder comments are an FYI for future work. 🚀)
daall
approved these changes
Mar 30, 2020
Contributor
There was a problem hiding this comment.
LGTM, but it would be nice to get to the bottom of what's going on here if you have time. :)
kazinator-arista
pushed a commit
to kazinator-arista/sonic-mgmt
that referenced
this pull request
Mar 4, 2026
…or 202012 (sonic-net#7105) sonic-swss * [nbrmgrd] added function to parse IP address from APP_DB (sonic-net#1672) * [MUX/PFCWD] Use in_ports for acls instead of seperate ACL table (sonic-net#1670) * [mux] VS test for neigh, route and fdb (sonic-net#1656) * [Dynamic buffer calc] Bug fix: Remove PGs from an administratively down port. (sonic-net#1652) * spell check fixes (sonic-net#1630) sonic-utilities * [reboot]: Stop mux before reboot on dual ToR (sonic-net#1500) * [config] Disable/enable container monitoring when stopping/starting services (sonic-net#1499) * Add 'show' and 'clear' command for PG drop (sonic-net#1461) * [CLI][techsupport] Add NOOP option for commands that did not have that option (sonic-net#1445) * [202012][reload] Improve reload by using sonic.target (sonic-net#1509) Signed-off-by: Danny Allen <daall@microsoft.com>
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.
This PR converts current Ansible fast/warm test cases to pytest test
cases. New pytest AdvancedReboot test fixture corresponding to
advanced-reboot.yml, introduced.
signed-off-by: Tamer Ahmed tamer.ahmed@microsoft.com
Approach
How did you do it?
How did you verify/test it?
pytest platform/test_warm_reboot_multi_sad.py --testbed= --inventory= --testbed_file= --host-pattern= --module-path=../ansible/library --disable_loganalyzer --new_sonic_image=
Any platform specific information?
Supported testbed topology if it's a new test case?
Documentation