openSUSE / salt

openSUSE and SUSE patches and backports for SaltStack
Apache License 2.0
22 stars 52 forks source link

Fix test_debian to work in our infrastructure #676

Closed m-czernek closed 1 month ago

m-czernek commented 1 month ago

What does this PR do?

By default, the keyserver.ubuntu.com gpg uses the 11371 port. This port seems to be blocked by SUSE IT's firewall. With this change, we force the tests to use the keyserver on port 80, which makes it pass.

Note: I'm not backporting the change to upstream since it is SUSE-specific.

What issues does this PR fix or reference?

Related to: https://github.com/SUSE/spacewalk/issues/23286

Commits signed with GPG?

Yes

Please review Salt's Contributing Guide for best practices.

See GitHub's page on GPG signing for more information about signing commits with GPG.