-
Notifications
You must be signed in to change notification settings - Fork 341
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
elb_classic_lb: Add integration tests for - fix return value _format_listener method to include SSLCertificateId #864
Conversation
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.
Just a minor niggle.
Thanks for following up with an integration test
- priv_key: "{{ remote_tmp_dir }}/private-1.pem" | ||
cert: "{{ remote_tmp_dir }}/public-1.pem" | ||
csr: "{{ remote_tmp_dir }}/csr-1.csr" | ||
domain: "acm1.{{ resource_prefix }}.ansible.com" |
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.
domain: "acm1.{{ resource_prefix }}.ansible.com" | |
domain: "elb-classic.{{ tiny_prefix }}.ansible.test" |
- IIRC resource_prefix isn't guaranteed to be valid for domain names
- It's possible that ACM will grumble about the use of
.test
but this is an example of what the.test
TLD is for: https://en.wikipedia.org/wiki/.test - When it comes to debugging why resources are getting left behind it's helpful for resources to include the name of what's being tested
Docs Build 📝Thank you for contribution!✨ This PR has been merged and your docs changes will be incorporated when they are next published. |
…listener method to include SSLCertificateId (ansible-collections#864) elb_classic_lb: Add integration tests for - fix return value _format_listener method to include SSLCertificateId SUMMARY Added integration test for ansible-collections#864 ISSUE TYPE Bugfix Pull Request COMPONENT NAME elb_classic_lb Reviewed-by: Mark Chappell <None>
SUMMARY
Added integration test for #860
ISSUE TYPE
COMPONENT NAME
elb_classic_lb