[posttest]Update test_posttest to ignore sanity_check and LogAnalyzer#2166
Merged
bingwang-ms merged 1 commit intosonic-net:masterfrom Sep 2, 2020
Merged
[posttest]Update test_posttest to ignore sanity_check and LogAnalyzer#2166bingwang-ms merged 1 commit intosonic-net:masterfrom
bingwang-ms merged 1 commit intosonic-net:masterfrom
Conversation
Sanity_check and LogAnalyzer are ignored for posttest
wangxin
approved these changes
Sep 1, 2020
neethajohn
approved these changes
Sep 1, 2020
11 tasks
wangxin
pushed a commit
that referenced
this pull request
Mar 13, 2025
What is the motivation for this PR? Sanity check in posttest was disabled by #2166, but current posttest will restore container autorestart, which rely on container health. How did you do it? Enable sanity check in posttest
nnelluri-cisco
pushed a commit
to nnelluri-cisco/sonic-mgmt
that referenced
this pull request
Mar 15, 2025
What is the motivation for this PR? Sanity check in posttest was disabled by sonic-net#2166, but current posttest will restore container autorestart, which rely on container health. How did you do it? Enable sanity check in posttest
OriTrabelsi
pushed a commit
to OriTrabelsi/sonic-mgmt
that referenced
this pull request
Apr 1, 2025
What is the motivation for this PR? Sanity check in posttest was disabled by sonic-net#2166, but current posttest will restore container autorestart, which rely on container health. How did you do it? Enable sanity check in posttest
kazinator-arista
pushed a commit
to kazinator-arista/sonic-mgmt
that referenced
this pull request
Mar 4, 2026
Include following commits:
- d061e27 [tunnelmgrd]: Warm boot support (sonic-net#2166)
- 73ced6e Remove port serdes object before removing port (sonic-net#2152)
- 6ac0b9b [CoPP] Add always_enabled field to coppmgr logic (sonic-net#2034) (sonic-net#2147)
Signed-off-by: Lawrence Lee <[email protected]>
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.
Sanity_check and LogAnalyzer are ignored for posttest
Description of PR
Summary:
Fixes # (issue)
This PR is to update test_posttest.py to ignore sanity_check and LogAnalyzer.
Type of change
Approach
What is the motivation for this PR?
The purpose of posttest script is to collect logs and dumps from DUT. So, sanity_check and LogAnalyzer are not necessary for it. To ensure that this case always succeed, sanity_check and LogAnalyzer are diasbled.
How did you do it?
Add two marker at module level.
How did you verify/test it?
Verified on Arista-7260
Any platform specific information?
No.
Supported testbed topology if it's a new test case?
N/A
Documentation
No