-
Notifications
You must be signed in to change notification settings - Fork 98
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
ACI tenant action rule profile extended #495
ACI tenant action rule profile extended #495
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## master #495 +/- ##
===========================================
- Coverage 96.25% 35.15% -61.11%
===========================================
Files 211 214 +3
Lines 9807 9933 +126
Branches 1477 1499 +22
===========================================
- Hits 9440 3492 -5948
- Misses 281 6441 +6160
+ Partials 86 0 -86
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
2a4f5f0
to
c06c7e9
Compare
d172327
to
6dcc43b
Compare
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
tests/integration/targets/aci_tenant_action_rule_profile/tasks/main.yml
Outdated
Show resolved
Hide resolved
tests/integration/targets/aci_action_rule_additional_communities/tasks/main.yml
Outdated
Show resolved
Hide resolved
tests/integration/targets/aci_action_rule_set_as_path/tasks/main.yml
Outdated
Show resolved
Hide resolved
tests/integration/targets/aci_action_rule_set_as_path_asn/tasks/main.yml
Outdated
Show resolved
Hide resolved
tests/integration/targets/aci_action_rule_additional_communities/tasks/main.yml
Outdated
Show resolved
Hide resolved
tests/integration/targets/aci_action_rule_additional_communities/tasks/main.yml
Outdated
Show resolved
Hide resolved
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.
please address the forgotten open comment regarding FQCN
6d5ee77
to
ab49828
Compare
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
child_configs = [] | ||
for class_name, attribute in child_classes.items(): | ||
attribute_input = attribute.get("attribute_input") | ||
# This condition enables to user to keep its previous configurations if they are not passing anyting in the payload. |
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.
# This condition enables to user to keep its previous configurations if they are not passing anyting in the payload. | |
# This condition enables to user to keep its previous configurations if they are not passing anything in the payload. |
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.
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.
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.
LGTM
…dule and Add action rules attributes to aci_tenant_action_rule_profile.
…t_as_path_asn as new modules.
…_tenant_action_rule_profile.
…n and add test cases for all missing action rules.
…file, modify documentations and examples for all other modules.
… python files to pass Sanity tests for aci_tenant_action_rule_profile.
…action_rule_profile.
…o deal with non-exsiting child classes for APIC version prior to 5.0
…notation in all test cases for aci_tenant_action_rule_profile.
554c702
5150474
to
554c702
Compare
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
is part of issue #126