]> git.baikalelectronics.ru Git - kernel.git/commit
selftests/timens: Add timer offsets test
authorAndrei Vagin <avagin@openvz.org>
Tue, 12 Nov 2019 01:27:21 +0000 (01:27 +0000)
committerThomas Gleixner <tglx@linutronix.de>
Tue, 14 Jan 2020 11:21:01 +0000 (12:21 +0100)
commit5afe569bd38888131bc44682bac0233a992f6734
treebf3b32c91cc4a5b567064d7224cfbe6e3cd00e19
parent22b09ab6b99de377c6c4f679fe1a91cf0e0f1cce
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
tools/testing/selftests/timens/.gitignore
tools/testing/selftests/timens/Makefile
tools/testing/selftests/timens/timer.c [new file with mode: 0644]