summaryrefslogtreecommitdiffstats
path: root/tests/commands.sh.in
diff options
context:
space:
mode:
authorKarel Zak2007-03-20 00:08:49 +0100
committerKarel Zak2007-03-20 00:08:49 +0100
commit51bc94930b9986571a359a3501ad5926de2b4847 (patch)
treebfb644661f779cac79523b6c6424406572b3f490 /tests/commands.sh.in
parenttests: add ts_ok and ts_failed (diff)
downloadkernel-qcow2-util-linux-51bc94930b9986571a359a3501ad5926de2b4847.tar.gz
kernel-qcow2-util-linux-51bc94930b9986571a359a3501ad5926de2b4847.tar.xz
kernel-qcow2-util-linux-51bc94930b9986571a359a3501ad5926de2b4847.zip
tests: add hwclock systohc test
The test detects how "hwclock --systohc" untune the clock. Now the hwclock command causes the hw clock to be wrong by 500ms each time it is reset. The test resets the clock 10 times and result is 5 sec difference between NTP and the clock. That's a bug... and it has to bee fixed in a next commit. Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'tests/commands.sh.in')
-rw-r--r--tests/commands.sh.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/commands.sh.in b/tests/commands.sh.in
index 7e2aadbe5..44eca14ad 100644
--- a/tests/commands.sh.in
+++ b/tests/commands.sh.in
@@ -23,3 +23,5 @@ TS_CMD_LOOK=${TS_CMD_LOOK-"$TOPDIR/misc-utils/look"}
TS_CMD_CHECKTTY=${TS_CMD_CHECKTTY-"$TOPDIR/login-utils/checktty_test"}
+TS_CMD_HWCLOCK=${TS_CMD_HWCLOCK-"$TOPDIR/hwclock/hwclock"}
+