automation-tests/cmd/podman/shared
baude b559c19c2f Make kill, pause, and unpause parallel.
Operations like kill, pause, and unpause -- which can operation on one or
more containers -- can greatly benefit from parallizing its main job (eq kill).

In the case of pauseand unpause, an --all option as was added. pause --all will
pause all **running** containers.  And unpause --all will unpause all **paused**
containers.

Signed-off-by: baude <bbaude@redhat.com>
2018-11-01 14:23:55 -05:00
..
container.go truncate command output in ps by default 2018-10-30 08:35:22 -05:00
funcs.go runlabel: run any command 2018-10-24 14:02:43 +02:00
funcs_test.go runlabel: run any command 2018-10-24 14:02:43 +02:00
parallel.go Make kill, pause, and unpause parallel. 2018-11-01 14:23:55 -05:00
pod.go Fix pod status reporting for new Exited state 2018-10-03 15:34:34 -04:00