linux_dsm_epyc7002/tools/testing/selftests/timens
Andrei Vagin d5b0117ddd selftests/timens: Add timer offsets test
Check that timer_create() takes into account clock offsets.

Output on success:
 1..3
 ok 1 clockid=7
 ok 2 clockid=1
 ok 3 clockid=9
 # Pass 3 Fail 0 Xfail 0 Xpass 0 Skip 0 Error 0

Output with lack of permissions:
 1..3
 not ok 1 # SKIP need to run as root

Output without support of time namespaces:
 1..3
 not ok 1 # SKIP Time namespaces are not supported

Co-developed-by: Dmitry Safonov <dima@arista.com>
Signed-off-by: Andrei Vagin <avagin@gmail.com>
Signed-off-by: Dmitry Safonov <dima@arista.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Link: https://lore.kernel.org/r/20191112012724.250792-33-dima@arista.com
2020-01-14 12:21:01 +01:00
..
.gitignore selftests/timens: Add timer offsets test 2020-01-14 12:21:01 +01:00
clock_nanosleep.c selftests/timens: Add a test for clock_nanosleep() 2020-01-14 12:21:01 +01:00
config
log.h
Makefile selftests/timens: Add timer offsets test 2020-01-14 12:21:01 +01:00
procfs.c selftests/timens: Add procfs selftest 2020-01-14 12:21:01 +01:00
timens.c
timens.h
timer.c selftests/timens: Add timer offsets test 2020-01-14 12:21:01 +01:00
timerfd.c