-
Notifications
You must be signed in to change notification settings - Fork 43
Added apic_m4_l4_db_snapshot_check for CSCwn62369 #330
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
base: master
Are you sure you want to change the base?
Conversation
aci-preupgrade-validation-script.py
Outdated
| if not apics: | ||
| return Result(result=ERROR, msg="No controllers found in fabricNode. Is the cluster healthy?", doc_url=doc_url) | ||
|
|
||
| # Check 4: Identify affected APIC models (M4 or L4) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
2nd check should be apic model as M4/L4. then check version.
why you have separate check for the target version., isn't it should be common for all check ?
acb41d6 to
6017e77
Compare
…sult from NA to PASS for not affected versions
|
Resubmitted the code with the changes after discussion with Lovkesh. Have enclosed the validation logs for NA, and MANUAL scenario logs on both M4/L4 ad Non M4/L4 hardware models |
Added a new check for the bug CSCwn62369 and also added the test cases for both pass and fail scenarios.
Have tested in both M4 and L4 hardware devices and got the results as anticipated.
Have enclosed the logs for the same.
CSCwn62369_Test_Logs.txt
CSCwn62369_Pytest_Logs.txt