aboutsummaryrefslogtreecommitdiff
path: root/test/e2e/pod_infra_container_test.go
Commit message (Expand)AuthorAge
* pod create --share none should not create infraCharlie Doern2022-07-25
* e2e tests: cleanup: capitalize CONSTANTSEd Santiago2022-07-05
* patch for pod host networking & other host namespace handlingcdoern2022-06-09
* fix pod network handling with a host networkcdoern2022-06-02
* enable errcheck linterPaul Holzinger2022-04-29
* Robustify nginx testsEd Santiago2022-04-25
* shared netns and --add-host should conflictPaul Holzinger2022-04-22
* bump go module to version 4Valentin Rothberg2022-01-18
* Standardize on capatalized CgroupsDaniel J Walsh2022-01-14
* Use HaveLen(x) instead of Expect(len(y)).To(Equal(x))Ed Santiago2021-12-02
* e2e tests: clean up antihelpful BeTrue()sEd Santiago2021-11-22
* e2e tests: use Should(Exit()) and ExitWithError()Ed Santiago2021-07-15
* bump go module to v3Valentin Rothberg2021-02-22
* Disable incompatible rootless + CGroupsV1 testsChris Evich2020-12-15
* Use ping from alpineChris Evich2020-11-04
* Attempt to turn on some more remote testsDaniel J Walsh2020-10-07
* Fix podman-remote ps --ns brokenzhangguanzhang2020-10-04
* e2e tests: SkipIfRemote(): add a reasonEd Santiago2020-09-23
* Examine all SkipIfRemote functionsDaniel J Walsh2020-09-22
* Switch all references to github.com/containers/libpod -> podmanDaniel J Walsh2020-07-28
* Turn on a bunch more remote testsDaniel J Walsh2020-07-22
* Change buildtag for remoteclient to remote for testingDaniel J Walsh2020-07-06
* move go module to v2Valentin Rothberg2020-07-06
* v2 enable remote integration testsBrent Baude2020-05-19
* test: enable all pod testsGiuseppe Scrivano2020-04-27
* Force integration tests to passBrent Baude2020-04-21
* Refactor tests when checking for error exit codesJhon Honce2019-10-16
* add test to verify hostname is shared in a podPeter Hunt2019-08-07
* use imagecaches for local testsbaude2019-05-29
* Merge pull request #2590 from haircommander/pause_entry_cmdOpenShift Merge Robot2019-03-08
|\
| * Default to image entrypoint for infra containerPeter Hunt2019-03-08
* | ginkgo status improvementsbaude2019-03-08
|/
* Append hosts to dependency container's /etc/hosts filePeter Hunt2019-03-05
* pod infra container is started before a container in a pod is run, started, o...Peter Hunt2019-02-15
* Run integrations test with remote-clientbaude2019-01-14
* Separate common used test functions and structs to test/utilsYiqiao Pu2018-11-16
* Make podman ps fastbaude2018-10-23
* Pass on securityOpts from podInfraContainer to container added to pod.Daniel J Walsh2018-09-11
* Change pause container to infra containerhaircommander2018-08-23