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

Add check to dns resolution to container test #1353

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

rvykydal
Copy link
Contributor

@rvykydal rvykydal commented Jan 10, 2025

This is just a draft PR to check the current status.
The real check would go to a separate test.
Related: #1352

@rvykydal
Copy link
Contributor Author

/test-os-variants

@@ -20,6 +20,15 @@ reboot

%post

curl fedoraproject.org

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That's not a URL so curl is probably going to always error. Obviously you could use https:// in front to fix that, but since the goal is to test (just) DNS using e.g. getent hosts fedoraproject.org is more direct.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you, I'll update the tests.
It seems though that it fails only on rhel10 (rhel9 and rawhide seems to pass): https://github.com/rhinstaller/kickstart-tests/actions/runs/12709561536

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

On fedora there is systemd-resolved though.

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.

2 participants