-
Notifications
You must be signed in to change notification settings - Fork 107
[minor change] Added modules and tests for missing 1-N children for BD. #600
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
Conversation
1. Added modules and tests for 1-N Relationships for BD. - bd_to_netflow_monitor_policy - bd_rogue_exception_mac 2. Fixed missing clean-up in bd_to_l3out tests.
94bf795 to
460e912
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #600 +/- ##
===========================================
- Coverage 96.30% 35.61% -60.69%
===========================================
Files 241 243 +2
Lines 11024 11084 +60
Branches 1658 1664 +6
===========================================
- Hits 10617 3948 -6669
- Misses 308 7136 +6828
+ Partials 99 0 -99
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
tests/integration/targets/aci_bd_rogue_exception_mac/tasks/main.yml
Outdated
Show resolved
Hide resolved
tests/integration/targets/aci_bd_rogue_exception_mac/tasks/main.yml
Outdated
Show resolved
Hide resolved
tests/integration/targets/aci_bd_to_netflow_monitor_policy/tasks/main.yml
Outdated
Show resolved
Hide resolved
tests/integration/targets/aci_bd_rogue_exception_mac/tasks/main.yml
Outdated
Show resolved
Hide resolved
tests/integration/targets/aci_bd_to_netflow_monitor_policy/tasks/main.yml
Outdated
Show resolved
Hide resolved
tests/integration/targets/aci_bd_to_netflow_monitor_policy/tasks/main.yml
Outdated
Show resolved
Hide resolved
tests/integration/targets/aci_bd_to_netflow_monitor_policy/tasks/main.yml
Outdated
Show resolved
Hide resolved
c0401d8 to
a339ba2
Compare
a339ba2 to
7dc4f24
Compare
akinross
left a comment
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.
LGTM
674a190 to
a7c0d97
Compare
akinross
left a comment
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.
LGTM
gmicol
left a comment
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.
LGTM
lhercot
left a comment
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.
LGTM
Closes #534