Skip to content
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

fix empty imdata result + add empty imdata test #151

Conversation

monrog2
Copy link
Collaborator

@monrog2 monrog2 commented Aug 13, 2024

pytest output was also skewed due tot his one:

[Check  1/1] Per-Leaf Fabric Uplink Limit Validation...                                                           FAIL - OUTAGE WARNING!!
  Node  Uplink Count
  ----  ------------
  101   60

  Recommended Action: Reduce Per-Leaf Port Profile Uplinks to supported scale; 56 or less.
  Reference Document: http://cs.co/ACI_Access_Interfaces_Config_Guide


[Check  1/1] Per-Leaf Fabric Uplink Limit Validation...                                                                              PASS
[Check  1/1] Per-Leaf Fabric Uplink Limit Validation... 

with fix:

[Check  1/1] Per-Leaf Fabric Uplink Limit Validation...                                                           FAIL - OUTAGE WARNING!!
  Node  Uplink Count
  ----  ------------
  101   60

  Recommended Action: Reduce Per-Leaf Port Profile Uplinks to supported scale; 56 or less.
  Reference Document: http://cs.co/ACI_Access_Interfaces_Config_Guide


[Check  1/1] Per-Leaf Fabric Uplink Limit Validation...                                                                              PASS
[Check  1/1] Per-Leaf Fabric Uplink Limit Validation...                                                                              PASS
[Check  1/1] Per-Leaf Fabric Uplink Limit Validation...                                                                              PASS

@monrog2 monrog2 linked an issue Aug 13, 2024 that may be closed by this pull request
@monrog2 monrog2 requested a review from takishida August 13, 2024 19:51
@takishida takishida merged commit 6d0c6f3 into master Aug 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

No test result printed for "Per-Leaf Fabric Uplink Limit Validation"
2 participants