From eed0a0de564bc204dbf2f401dab01017c137bd2b Mon Sep 17 00:00:00 2001 From: Miroslav Lichvar Date: Mon, 7 Mar 2022 15:54:08 +0100 Subject: [PATCH] test: update 007-cmdmon system test for recent changes The new unsynchronised source state is now reported in selectdata before the first measurement. Fixes: c29f8888c767 ("sources: handle unsynchronized sources in selection") --- test/system/007-cmdmon | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/system/007-cmdmon b/test/system/007-cmdmon index bbcc12f0..a5931d63 100755 --- a/test/system/007-cmdmon +++ b/test/system/007-cmdmon @@ -100,7 +100,7 @@ Total valid RX : [0-9]+$" || test_fail run_chronyc "selectdata" || test_fail check_chronyc_output "^S Name/IP Address Auth COpts EOpts Last Score Interval Leap ======================================================================= -M 127\.0\.0\.1 N ----- ----- 0 1\.0 \+0ns \+0ns \?$" || test_fail +s 127\.0\.0\.1 N ----- ----- 0 1\.0 \+0ns \+0ns \?$" || test_fail run_chronyc "serverstats" || test_fail check_chronyc_output "^NTP packets received : [0-9]+ -- 2.47.2