diff options
author | Andrei Vagin <avagin@gmail.com> | 2019-11-12 01:27:23 +0000 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2020-01-14 12:21:02 +0100 |
commit | a750c7474a5333a76e7278d353c460d26012deb6 (patch) | |
tree | f2469c4e0487f8132ddac6955bc9b182c7ea7c3d /tools/testing/selftests/timens/.gitignore | |
parent | 1854b97e4fa6a476d5cdc3dc30c42e1528699f87 (diff) |
selftests/timens: Check for right timens offsets after fork and exec
Output on success:
1..1
ok 1 exec
# Pass 1 Fail 0 Xfail 0 Xpass 0 Skip 0 Error 0
Output on failure:
1..1
not ok 1 36016 16
Bail out!
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: 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-35-dima@arista.com
Diffstat (limited to 'tools/testing/selftests/timens/.gitignore')
-rw-r--r-- | tools/testing/selftests/timens/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/testing/selftests/timens/.gitignore b/tools/testing/selftests/timens/.gitignore index 16292e4d08a5..789f21e81028 100644 --- a/tools/testing/selftests/timens/.gitignore +++ b/tools/testing/selftests/timens/.gitignore @@ -1,4 +1,5 @@ clock_nanosleep +exec gettime_perf gettime_perf_cold procfs |