Skip to content
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

Fix tests #535

Merged
merged 5 commits into from
Feb 22, 2023
Merged

Fix tests #535

merged 5 commits into from
Feb 22, 2023

Conversation

Zlopez
Copy link
Collaborator

@Zlopez Zlopez commented Feb 22, 2023

This PR fixes all the tests for fedmsg:

  • It adds new python versions supported by the tests
  • It removes m2crypto, because it's no longer possible to build m2ext
  • All the certificates were expired, so this PR regenerates them

All the certs for tests were expired. So this commit will renew them. It also
changes the python versions that are supported by tests.

Renewing the certificates needed some changes in pkitool configuration, because
openssl 3.0 doesn't allow md5 algorithm for hash. This was replaced by sha256.

Signed-off-by: Michal Konečný <[email protected]>
The GNUPG2 needs to migrate keyrings first before working with them, without
those files the tests starts to file on really strange errors.

Signed-off-by: Michal Konečný <[email protected]>
Signed-off-by: Michal Konečný <[email protected]>
Signed-off-by: Michal Konečný <[email protected]>
The m2ext for m2crypto is not possible to build anymore and the m2crypto could be
completely replaced by cryptography + pyOpenSSL. So let's remove the m2crypto to
make the tests pass again.

Signed-off-by: Michal Konečný <[email protected]>
@Zlopez Zlopez merged commit 5bd669f into fedora-infra:develop Feb 22, 2023
@Zlopez Zlopez deleted the fix_tests branch February 22, 2023 15:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant