Skip to content
Snippets Groups Projects
Commit 114fc1e3 authored by Stéphane Diemer's avatar Stéphane Diemer
Browse files

Use IPv4 for NTP test | refs #30014

parent 10dd691e
No related branches found
No related tags found
No related merge requests found
......@@ -20,7 +20,7 @@ from envsetup import utils as u # noqa: E402
def main():
# Check that ntpd is synced
if os.path.isfile('/usr/bin/ntpq'):
cmd = 'LANG=C ntpq -pd'
cmd = 'LANG=C ntpq -p -d -4'
expected = 'remote'
ntpconf = '/etc/ntp.conf'
ntpconf_expected = r'^(?:server|pool)\s([a-zA-Z0-9\._-]+)(?:\s*iburst)?$'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment