linux/tools/testing/selftests/timens
Dmitry Safonov 9d1f5a8c9d selftests/timens: Add procfs selftest
Check that /proc/uptime is correct inside a new time namespace.

Output on success:
 1..1
 ok 1 Passed for /proc/uptime
 # Pass 1 Fail 0 Xfail 0 Xpass 0 Skip 0 Error 0

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

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

Co-developed-by: Andrei Vagin <avagin@gmail.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-32-dima@arista.com
2020-01-14 12:21:01 +01:00
..
.gitignore selftests/timens: Add procfs selftest 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 procfs selftest 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
timerfd.c selftests/timens: Add a test for timerfd 2020-01-14 12:21:00 +01:00