Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-03-08 | tst: Modify tst-clock_adjtime to allow reuse of its code | Lukasz Majewski | |
The tst-clock_adjtime can be adjusted to be reused for also testing adjtimex. Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org> | |||
2021-03-08 | tst: Add test for clock_adjtime | Lukasz Majewski | |
This code privides test to check if time on target machine is properly adjusted. The time is altered only when cross-test-ssh.sh is executed with --allow-time-setting flag. As the delta added to CLOCK_REALTIME is only 1 sec the original time is not restored and further tests are executed with this bias. Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org> |