summaryrefslogtreecommitdiff
path: root/tests/cloud_tests/testcases/modules/ntp_pools.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cloud_tests/testcases/modules/ntp_pools.yaml')
-rw-r--r--tests/cloud_tests/testcases/modules/ntp_pools.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/cloud_tests/testcases/modules/ntp_pools.yaml b/tests/cloud_tests/testcases/modules/ntp_pools.yaml
index 3a93faa2..d490b228 100644
--- a/tests/cloud_tests/testcases/modules/ntp_pools.yaml
+++ b/tests/cloud_tests/testcases/modules/ntp_pools.yaml
@@ -26,6 +26,6 @@ collect_scripts:
grep '^pool' /etc/ntp.conf
ntpq_servers: |
#!/bin/sh
- ntpq -p -w
+ ntpq -p -w -n
# vi: ts=4 expandtab