summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/clone3/.gitignore
diff options
context:
space:
mode:
authorAdrian Reber <areber@redhat.com>2019-11-15 13:36:21 +0100
committerChristian Brauner <christian.brauner@ubuntu.com>2019-11-15 23:49:51 +0100
commit41585bbeeef9402d5d65687747e04246ef4a3a41 (patch)
treef77af763bae9cc64a23680b1f43321e88f9717e7 /tools/testing/selftests/clone3/.gitignore
parent49cb2fc42ce4b7a656ee605e30c302efaa39c1a7 (diff)
selftests: add tests for clone3() with *set_tid
This tests clone3() with *set_tid to see if all desired PIDs are working as expected. The tests are trying multiple invalid input parameters as well as creating processes while specifying a certain PID in multiple PID namespaces at the same time. Additionally this moves common clone3() test code into clone3_selftests.h. Signed-off-by: Adrian Reber <areber@redhat.com> Acked-by: Christian Brauner <christian.brauner@ubuntu.com> Link: https://lore.kernel.org/r/20191115123621.142252-2-areber@redhat.com Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
Diffstat (limited to 'tools/testing/selftests/clone3/.gitignore')
-rw-r--r--tools/testing/selftests/clone3/.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/testing/selftests/clone3/.gitignore b/tools/testing/selftests/clone3/.gitignore
index 2a30ae18b06e..0dc4f32c6cb8 100644
--- a/tools/testing/selftests/clone3/.gitignore
+++ b/tools/testing/selftests/clone3/.gitignore
@@ -1,2 +1,3 @@
clone3
clone3_clear_sighand
+clone3_set_tid