-
Notifications
You must be signed in to change notification settings - Fork 107
[minor change] Add support for annotation in aci_rest module (#437) #497
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
57f718c to
10a328d
Compare
10a328d to
eae0317
Compare
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## master #497 +/- ##
===========================================
+ Coverage 35.32% 96.25% +60.92%
===========================================
Files 230 231 +1
Lines 10610 10640 +30
Branches 1591 1601 +10
===========================================
+ Hits 3748 10241 +6493
+ Misses 6862 306 -6556
- Partials 0 93 +93
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
45f2313 to
5167abb
Compare
5167abb to
0f29c6f
Compare
d7c3ddf to
37f922d
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
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.
cm_add_tenant.proposed.fvTenant.attributes.annotation == "orchestrator:ansible" check is failing.
@sajagana This check in the xml_string tests should be fixed now. |
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
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.
Also update the tests/integration/targets/aci_rest/tasks/error_handling.yml task: - name: Verify error_on_input_validation
- - "error_on_input_validation.msg == 'APIC Error 801: property descr of tn-ansible_test failed validation for value \\'This is an [invalid] description\\''"
+ - "error_on_input_validation.msg == 'APIC Error 801: property descr of uni/tn-ansible_test failed validation for value \\'This is an [invalid] description\\''"
@sajagana, Not sure about this one because the test was passing when I ran it myself. Just wondering which APIC did you use to test on? |
Co-authored-by: Sabari Jaganathan <93724860+sajagana@users.noreply.github.com>
I'm seeing the same error now when running tests ( did not see runs before ). On november 28th the APICs where upgraded as I recall, perhaps the return message has changed? |
…ci_rest_annotation
I have updated my branch with the latest changes from master and have been able to reproduce the failed assertion. |
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!
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
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
fixes #437