runc/integration
Dan Walsh 1bd146ed82 This patch adds a test for the shared HOST Pid namespace
It also kills all processes in a cgroup if you are not using the pid namespace

If we stop using the PID namespace, and more then one process is running
when the pid 1 exits, docker will hang since the cgroups do not disappear.

This code will kill all remaining processes

Add Tests for handing of Pid Namespaces

Docker-DCO-1.1-Signed-off-by: Dan Walsh <dwalsh@redhat.com> (github: rhatdan)
2015-01-09 13:43:47 -05:00
..
doc.go Add integration test pkg 2014-10-17 23:25:30 +00:00
exec_test.go This patch adds a test for the shared HOST Pid namespace 2015-01-09 13:43:47 -05:00
execin_test.go refactor common container setup out of execin tests 2014-12-10 04:18:43 -05:00
init_test.go add support for testing execin 2014-12-10 03:39:00 -05:00
template_test.go Fix vet errors 2014-12-29 10:57:01 -08:00
utils_test.go Add integration test pkg 2014-10-17 23:25:30 +00:00