summaryrefslogtreecommitdiff
path: root/test/e2e/stop_test.go
Commit message (Expand)AuthorAge
* bump go module to version 4Valentin Rothberg2022-01-18
* Warn if podman stop timeout expires that sigkill was sentDaniel J Walsh2021-10-08
* stop: Do nothing if container was never created in runtimeAditya Rajan2021-09-27
* e2e tests: use Should(Exit()) and ExitWithError()Ed Santiago2021-07-15
* podman-remote stop -time 0 does not workDaniel J Walsh2021-03-05
* bump go module to v3Valentin Rothberg2021-02-22
* When stopping a container, print rawInputDaniel J Walsh2021-02-16
* Switch podman stop/kill/wait handlers to use abiDaniel J Walsh2021-01-29
* podman create doesn't support creating detached containersDaniel J Walsh2020-10-21
* e2e tests: SkipIfRemote(): add a reasonEd Santiago2020-09-23
* Examine all SkipIfRemote functionsDaniel J Walsh2020-09-22
* Fix handling of podman-remote stop --ignoreDaniel J Walsh2020-09-19
* Switch all references to github.com/containers/libpod -> podmanDaniel J Walsh2020-07-28
* Change buildtag for remoteclient to remote for testingDaniel J Walsh2020-07-06
* move go module to v2Valentin Rothberg2020-07-06
* turn on remote stop_testQi Wang2020-06-03
* Fix podman-remote stop --all to handle not running containersDaniel J Walsh2020-05-21
* Test fixes for remote integrationBrent Baude2020-05-20
* v2 enable remote integration testsBrent Baude2020-05-19
* Fix handling of --cidfile on create/runDaniel J Walsh2020-04-22
*