-
Notifications
You must be signed in to change notification settings - Fork 107
391 span filter group #407
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
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## master #407 +/- ##
==========================================
+ Coverage 90.36% 90.43% +0.07%
==========================================
Files 165 168 +3
Lines 7348 7415 +67
Branches 1073 1079 +6
==========================================
+ Hits 6640 6706 +66
Misses 599 599
- Partials 109 110 +1
Flags with carried forward coverage won't be shown. Click here to find out more.
... and 1 file with indirect coverage changes Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report in Codecov by Sentry. |
tests/integration/targets/aci_access_span_filter_group_entry/tasks/main.yml
Outdated
Show resolved
Hide resolved
tests/integration/targets/aci_access_span_filter_group_entry/tasks/main.yml
Outdated
Show resolved
Hide resolved
tests/integration/targets/aci_access_span_filter_group_entry/tasks/main.yml
Outdated
Show resolved
Hide resolved
| CHOICE_MAPPING.get(first_src_port, first_src_port) if first_src_port else "unspecified", | ||
| CHOICE_MAPPING.get(last_src_port, last_src_port) if last_src_port else "unspecified", | ||
| CHOICE_MAPPING.get(first_dest_port, first_dest_port) if first_dest_port else "unspecified", | ||
| CHOICE_MAPPING.get(last_dest_port, last_dest_port) if last_dest_port else "unspecified", |
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.
Can we use a simple function to return the port value?
def get_port_value(port):
return CHOICE_MAPPING.get(port, port) if port else "unspecified"
sajagana
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!
sajagana
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!
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.
Could you check galaxy-importer errors? Also, could we add test cases for Missing required params?
anvitha-jain
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
…n filter group support
…ss span filter group support
…ilter_port_mapping
18654ca to
19c5812
Compare
anvitha-jain
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
shrsr
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
anvitha-jain
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
No description provided.