-
Notifications
You must be signed in to change notification settings - Fork 740
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
move try block from test_upgrade_path to install_sonic_image #14441
base: master
Are you sure you want to change the base?
move try block from test_upgrade_path to install_sonic_image #14441
Conversation
@roy-sror could you please review and approve this PR? |
The pre-commit check detected issues in the files touched by this pull request. Detailed pre-commit check results: To run the pre-commit checks locally, you can follow below steps:
|
07d1bfe
to
c5cfe77
Compare
c5cfe77
to
e81255c
Compare
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
ignore the migration error in both downgrade and upgrade scenario Change-Id: Id5fc5999f603f9d9b1187f0761ad8d6704cac1a7
e81255c
to
0ba31f0
Compare
/azp run |
Pull request contains merge conflicts. |
ignore the migration error in both downgrade and upgrade scenario
Change-Id: Ie0c4c1ba50caf6f10db669c034fb852da983a5b9
Description of PR
Summary:
Fixes # (issue)
Type of change
Back port request
Approach
What is the motivation for this PR?
Ignore the migration error in both downgrade and upgrade scenario
How did you do it?
Moved try/except block from the test itself to a new method install_sonic_image
How did you verify/test it?
Any platform specific information?
Supported testbed topology if it's a new test case?
Documentation