-
Notifications
You must be signed in to change notification settings - Fork 159
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
tests/kola/chrony: add test to verify the DHCP propagation of NTP servers #569
tests/kola/chrony: add test to verify the DHCP propagation of NTP servers #569
Conversation
Thanks @kelvinfan001 for writing that helpful check. @sohankunkerkar you need to make the file executable. |
regarding the files: since we're re-using the If we do this I would do it in a separate commit in this PR before adding your file, which maybe we should just rename to |
Nice work Sohan! One final thing and then I think this will be ready for merge! Can you also indent the code within the |
Yeah, I was having the same issue yesterday that's why I didn't indent the entire |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
…vers Writing this test to verify #412 to enable the DHCP propagation of NTP servers. This will also avoid any regression that might cause in RHCOS or FCOS whenthe upstream changes come down and obsolete the temporary work.
From CI:
🎉🎉🎉 |
Update faq.md
Writing this test to verify #412 to enable the DHCP propagation of NTP servers.
CI won't pass because it needs #412 and #543