Feature.ltm_ssl_cert_key - #626
Conversation
|
hmm, that test passes locally, not sure what happened in build 335, but it didn't re-run when I closed and reopened this pull request. Ideas? |
|
as per Slack comments, looking at the Jenkins logs it seems you are failing due to changes between v11 and v12: https://gist.github.com/wojtek0806/c10a4de1d64ee65cc15096152779dafd#file-v11 https://gist.github.com/wojtek0806/036c0376df1f437f5d825699b3b04357#file-v12 |
ce68bdd to
9956b34
Compare
…y as recommended in PR review
|
ok, those have been resolved, tested, and commited, @wojtek0806. |
|
ok SHIP it! |
|
@jasonrahm, @wojtek0806, @tar: Yo guys, just a note that I was getting local failures when running these tests because they use the OpenSSL library. It you add something that is not part of the Python standard library, go ahead and add it as a requirement to requirements.test.txt file to ensure everyone else has it when they try to run the tests. |
|
Will do, sorry about that! |
Completes issue #591. Built on branch from #536, which has not yet been merged. This populates /f5/bigip/tm/sys/file/ with ssl-keys, ssl-certs, ssl-csrs, and ssl-crls methods. unit tests and functional tests included.