]> git.ipfire.org Git - thirdparty/chrony.git/commitdiff
test: update cmdmon and chronyc tests with new commands
authorMiroslav Lichvar <mlichvar@redhat.com>
Wed, 17 Jun 2020 13:56:02 +0000 (15:56 +0200)
committerMiroslav Lichvar <mlichvar@redhat.com>
Wed, 17 Jun 2020 13:59:29 +0000 (15:59 +0200)
test/simulation/110-chronyc
test/system/007-cmdmon

index 058c9c3779b90ebab3e971189fe55c4fd7568c35..e98e059a31956a154aaba15bac11422daa4d3238 100755 (executable)
@@ -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" \
index f705fb071e63be68b3a05ba7bae5853b48b7c318..cdb31db2cebd27d2f40b1950228287677403d94c 100755 (executable)
@@ -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" \