Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | tst: Modify tst-clock_adjtime to allow reuse of its code | Lukasz Majewski | 2021-03-08 | 1 | -1/+5 |
| | | | | | | | The tst-clock_adjtime can be adjusted to be reused for also testing adjtimex. Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org> | ||||
* | tst: Add test for clock_adjtime | Lukasz Majewski | 2021-03-08 | 1 | -0/+57 |
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> |