From 7d551d34a05b476a48a65dc6ccb59a741163a9ff Mon Sep 17 00:00:00 2001 From: Miroslav Lichvar Date: Wed, 17 Jun 2020 15:56:02 +0200 Subject: [PATCH] test: update cmdmon and chronyc tests with new commands --- test/simulation/110-chronyc | 2 ++ test/system/007-cmdmon | 4 ++++ 2 files changed, 6 insertions(+) diff --git a/test/simulation/110-chronyc b/test/simulation/110-chronyc index 058c9c3..e98e059 100755 --- a/test/simulation/110-chronyc +++ b/test/simulation/110-chronyc @@ -138,9 +138,11 @@ for chronyc_conf in \ "polltarget 1.2.3.4 10" \ "refresh" \ "rekey" \ + "reload sources" \ "reselect" \ "reselectdist 1e-3" \ "reset sources" \ + "selectdata" \ "settime 16:30" \ "settime 16:30:05" \ "settime Nov 21, 2015 16:30:05" \ diff --git a/test/system/007-cmdmon b/test/system/007-cmdmon index f705fb0..cdb31db 100755 --- a/test/system/007-cmdmon +++ b/test/system/007-cmdmon @@ -7,6 +7,7 @@ test_start "chronyc commands" start_chronyd || test_fail for command in \ + "authdata" \ "accheck 1.2.3.4" \ "delete $server" \ "add server $server" \ @@ -43,8 +44,11 @@ for command in \ "polltarget $server 10" \ "refresh" \ "rekey" \ + "reload sources" \ "reselect" \ "reselectdist 1e-3" \ + "reset sources" \ + "selectdata" \ "serverstats" \ "smoothtime reset" \ "smoothtime activate" \