-
Notifications
You must be signed in to change notification settings - Fork 114
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
Http-Proxy cacert automation coverage #11454
Conversation
|
This comment was marked as resolved.
This comment was marked as resolved.
|
BTW if you want to test the code quality check on your laptop before you push the changes you can run
|
trigger: test-robottelo |
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.
Ack
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.
Ack, with a few nitpick suggestions
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.
ACK Pending comments
* test_positive_sync_proxy_with_certificate * Addressing comments (cherry picked from commit d893cf4)
* test_positive_sync_proxy_with_certificate * Addressing comments (cherry picked from commit d893cf4)
trigger: test-robottelo |
* test_positive_sync_proxy_with_certificate * Addressing comments
* test_positive_sync_proxy_with_certificate * Addressing comments
-Automation for http-proxy cacert (found in Infrastructure>HttpProxy>New or edit proxy)
-The test aims to create or collect a valid cacert.crt, assign the cacert to an Http-Proxy, then sync a repo with the proxy.
-Depends on nailgun PR# 923: add cacert as a field of HttpProxy
-BZ# 2144044