Fixed Issue 2435 - bigip_profile_server_ssl fails to create server SSL profile if SSL key is passphrase protected #2444
Travis CI / Travis CI - Pull Request
succeeded
Dec 11, 2024 in 6m 24s
Build Passed
The build passed, just like the previous build.
Details
This is a pull request build.
It is running a build against the merge commit, after merging #2444 Fixed Issue 2435 - bigip_profile_server_ssl fails to create server SSL profile if SSL key is passphrase protected .
Any changes that have been made to the devel branch before the build ran are also included.
Jobs and Stages
This build has three jobs, running in parallel.
Stage 1: Tests
This stage passed.
Job | Python | OS | State |
---|---|---|---|
4161.1 F5 Unit Tests | 3.9 | Linux | passed |
4161.2 F5 Style and F5 Sanity Tests | 3.9 | Linux | passed |
4161.3 Ansible Sanity Tests - Py3.9 | 3.9 | Linux | passed |
Build Configuration
Build Option | Setting |
---|---|
Language | Python |
Operating System | Linux (Xenial) |
Build Configuration
{
"language": "python",
"os": [
"linux"
],
"dist": "xenial",
"sudo": true,
"before_install": [
"git config --global user.email \"[email protected]\"",
"git config --global user.name \"Travis F5 Ansible\""
],
"install": [
"travis_retry sudo apt-get update",
"travis_retry sudo apt-get -y install libffi-dev libssl-dev",
"travis_retry pip install -r requirements.travis.txt"
],
"stages": [
{
"name": "Tests",
"if": "branch = devel AND type = pull_request"
}
],
"jobs": {
"include": [
{
"stage": "Tests",
"name": "F5 Unit Tests",
"script": [
"export PYTHONPATH=$PYTHONPATH:$TRAVIS_BUILD_DIR",
"travis_retry inv test.install-dep",
"travis_retry pip install pytest --upgrade",
"inv test.unit"
],
"python": "3.9"
},
{
"name": "F5 Style and F5 Sanity Tests",
"script": [
"inv test.style",
"inv test.f5-sanity"
],
"python": "3.9"
},
{
"name": "Ansible Sanity Tests - Py3.9",
"script": [
"inv test.ansible-test -r -p 3.9"
],
"python": "3.9"
}
]
}
}
Loading