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

Change NTP test for Debian (refs #27160).

parent 1f16f7df
No related branches found
No related tags found
No related merge requests found
...@@ -52,7 +52,7 @@ if not expected_servers: ...@@ -52,7 +52,7 @@ if not expected_servers:
if 'Ubuntu' in subprocess.getoutput('lsb_release -a'): if 'Ubuntu' in subprocess.getoutput('lsb_release -a'):
expected_servers = ['ntp.ubuntu.com'] expected_servers = ['ntp.ubuntu.com']
else: else:
expected_servers = ['0.debian.pool.ntp.org'] expected_servers = ['0.debian.pool.ntp.org iburst']
with open(ntpconf, 'r') as f: with open(ntpconf, 'r') as f:
content = f.read() content = f.read()
......
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