summaryrefslogtreecommitdiff
path: root/test/e2e/exec_test.go
Commit message (Expand)AuthorAge
* Ensure that exec errors write exit codes to the DBMatthew Heon2020-08-05
* Switch all references to github.com/containers/libpod -> podmanDaniel J Walsh2020-07-28
* Correctly print STDOUT on non-terminal remote execMatthew Heon2020-07-10
* Change buildtag for remoteclient to remote for testingDaniel J Walsh2020-07-06
* move go module to v2Valentin Rothberg2020-07-06
* Do not share container log driver for execMatthew Heon2020-06-17
* Enable detached exec for remoteMatthew Heon2020-06-02
* Add bindings for exec and enable attached remoteMatthew Heon2020-06-01
* Add a test for detached execMatthew Heon2020-05-20
* v2 enable remote integration testsBrent Baude2020-05-19
* test: enable exec testsGiuseppe Scrivano2020-04-28
* Force integration tests to passBrent Baude2020-04-21
* test: enable preserve fds test for crunGiuseppe Scrivano2020-04-09
* test: fix exec preserve-fds testGiuseppe Scrivano2020-04-09
* attach: fix hang if control path is deletedGiuseppe Scrivano2020-04-02
* Ensure that exec sessions inherit supplemental groupsMatthew Heon2020-02-28
* Processes execed into container should match container labelDaniel J Walsh2019-10-29
* Refactor tests when checking for error exit codesJhon Honce2019-10-16
* exec: fix --preserve-fdsPeter Hunt2019-09-16
* Test that PTYs created by 'podman exec --tty' have the ONLCR flagDebarshi Ray2019-09-12
* exec: run with user specified on container startPeter Hunt2019-08-20
* test: enable all tests for crunGiuseppe Scrivano2019-08-19
* test: fix return code check for missing workdirGiuseppe Scrivano2019-08-19
* tests: disable some tests currently failing when not using runcGiuseppe Scrivano2019-08-12
* add detach keys support for remotePeter Hunt2019-07-23
* Update e2e tests for remote execPeter Hunt2019-07-23
* Finish up remote exec implementationPeter Hunt2019-07-23
* Implement conmon execPeter Hunt2019-07-22
* use imagecaches for local testsbaude2019-05-29
* ginkgo status improvementsbaude2019-03-08
* Add tests to make sure podman container and podman image commands workDaniel J Walsh2019-03-02
* Run integrations test with remote-clientbaude2019-01-14
* Add a --workdir option to 'podman exec'Debarshi Ray2019-01-08
* Separate common used test functions and structs to test/utilsYiqiao Pu2018-11-16
* Use restoreArtifacts to save time in integration testsbaude2018-10-22
* Swap test image in exec test to fedora for useraddMatthew Heon2018-08-23
* Add tests for exec --userMatthew Heon2018-08-23
* Show duration for each ginkgo test and test speed improvementsbaude2018-07-28
* Propegate exit code on Exec calls and integrated testhaircommander2018-06-07
* podman exec should handle options --env fooDaniel J Walsh2018-03-26
* sleep does not catch SIGTERMbaude2018-03-14
* Migrate diff, exec, export, and history to ginkgobaude2018-02-05