selftests: cgroup: Run test_core under interfering stress
authorMichal Koutný <mkoutny@suse.com>
Fri, 4 Oct 2019 10:57:43 +0000 (12:57 +0200)
committerTejun Heo <tj@kernel.org>
Mon, 7 Oct 2019 14:11:54 +0000 (07:11 -0700)
commit1a99fcc035fb666f5d0909aef0a753284cb5d04c
tree149dae4da828ebf38c9af5d297ed9a562e25753f
parent11318989c381d2b08b4e361a03df09d54434b26c
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>
tools/testing/selftests/cgroup/Makefile
tools/testing/selftests/cgroup/test_stress.sh [new file with mode: 0755]
tools/testing/selftests/cgroup/with_stress.sh [new file with mode: 0755]