diff options
author | Michal Koutný <mkoutny@suse.com> | 2019-10-04 13:57:43 +0300 |
---|---|---|
committer | Tejun Heo <tj@kernel.org> | 2019-10-07 17:11:54 +0300 |
commit | 1a99fcc035fb666f5d0909aef0a753284cb5d04c (patch) | |
tree | 149dae4da828ebf38c9af5d297ed9a562e25753f /tools/testing/selftests/cgroup/Makefile | |
parent | 11318989c381d2b08b4e361a03df09d54434b26c (diff) | |
download | linux-1a99fcc035fb666f5d0909aef0a753284cb5d04c.tar.xz |
selftests: cgroup: Run test_core under interfering stress
test_core tests various cgroup creation/removal and task migration
paths. Run the tests repeatedly with interfering noise (for lockdep
checks). Currently, forking noise and subsystem enabled/disabled
switching are the implemented noises.
Signed-off-by: Michal Koutný <mkoutny@suse.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
Diffstat (limited to 'tools/testing/selftests/cgroup/Makefile')
-rw-r--r-- | tools/testing/selftests/cgroup/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/testing/selftests/cgroup/Makefile b/tools/testing/selftests/cgroup/Makefile index 1c9179400be0..66aafe1f5746 100644 --- a/tools/testing/selftests/cgroup/Makefile +++ b/tools/testing/selftests/cgroup/Makefile @@ -3,6 +3,8 @@ CFLAGS += -Wall -pthread all: +TEST_FILES := with_stress.sh +TEST_PROGS := test_stress.sh TEST_GEN_PROGS = test_memcontrol TEST_GEN_PROGS += test_core TEST_GEN_PROGS += test_freezer |