Closed drepelov closed 4 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 98.77%. Comparing base (
55f454d
) to head (3a56f30
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
run tests
run tests
@drepelov
As agreed, taking over this PR. I've added a couple of things that should good enough for further deployment with kerb. auth.
I don't expect jenkins tests to pass.
To access ubi-manifest server, requests session now needs to be authenticated using kerberos. The
requests-kerberos
library used for the authentication needs some base packages to be installed in order to work properly. Therefore this commit adds anInstall base packages
step intox-test.yml
otherwise the tests would fail.Note: on Jenikins the tool runs on
fedora-jenkins-minimal
image, where those packages are already installed so I think no changes there should be necessary.