summaryrefslogtreecommitdiff
path: root/test/e2e/run_networking_test.go
Commit message (Expand)AuthorAge
* Merge pull request #8053 from rhatdan/detachkeysOpenShift Merge Robot2020-10-22
|\
| * podman create doesn't support creating detached containersDaniel J Walsh2020-10-21
* | Add hostname to /etc/hosts for --net=noneMatthew Heon2020-10-21
|/
* Ensure that hostname is added to hosts with net=hostMatthew Heon2020-10-20
* Ports given only by number should have random host portMatthew Heon2020-10-08
* Populate /etc/hosts file when run in a user namespaceDaniel J Walsh2020-10-07
* Make all Skips specify a reasonDaniel J Walsh2020-09-29
* Remove SkipIfRootless if possible, document other callsDaniel J Walsh2020-09-27
* Examine all SkipIfRemote functionsDaniel J Walsh2020-09-22
* run_networking e2e test: add cleanup to some testsEd Santiago2020-09-10
* fix pod creation with "new:" syntax followup + allow hostnamePaul Holzinger2020-08-20
* Add support for setting the CIDR when using slirp4netnsAdis Hamzić2020-08-12
* Merge pull request #7216 from 5eraph/masterOpenShift Merge Robot2020-08-09
|\
| * changes to support outbound-addr5eraph2020-08-07
* | Do not set host IP on ports when 0.0.0.0 requestedMatthew Heon2020-08-03
|/
* Binding the same container port to >1 host port is OKMatthew Heon2020-07-29
* Switch all references to github.com/containers/libpod -> podmanDaniel J Walsh2020-07-28
* Turn on a bunch more remote testsDaniel J Walsh2020-07-22
* Merge pull request #6965 from giuseppe/followup-pr6324OpenShift Merge Robot2020-07-17
|\
| * network, slirp4netns: add option to allow host loopbackGiuseppe Scrivano2020-07-16
| * libpod: pass down network optionsGiuseppe Scrivano2020-07-16
* | Fix "Error: unrecognized protocol \"TCP\" in port mapping"Akihiro Suda2020-07-15
|/
* Change buildtag for remoteclient to remote for testingDaniel J Walsh2020-07-06
* move go module to v2Valentin Rothberg2020-07-06
* Allow empty host port in --publish flagMatthew Heon2020-06-29
* Reformat inspect network settingsQi Wang2020-06-23
* Enable IPv6 port bindingMatthew Heon2020-06-10
* test: enable networking test for rootlessGiuseppe Scrivano2020-05-12
* enable rootless integration testingBrent Baude2020-05-10
* Rework port parsing to support --expose and -PMatthew Heon2020-05-04
* Force integration tests to passBrent Baude2020-04-21
* spec: allow container alias name in lookupGiuseppe Scrivano2020-02-26
* Allow --ip and --mac to be set when joining a CNI netMatthew Heon2019-11-26
* Refactor tests when checking for error exit codesJhon Honce2019-10-16
* rootless: add an entry to /etc/hosts when using slirp4netnsGiuseppe Scrivano2019-06-24
* use imagecaches for local testsbaude2019-05-29
* Enable rootless integration testsbaude2019-03-19
* ginkgo status improvementsbaude2019-03-08
* Fix SystemExec completion raceChris Evich2019-03-01
* Fix up handling of user defined network namespacesDaniel J Walsh2019-02-23
* Run integrations test with remote-clientbaude2019-01-14
* Add test for sharing resolv and hosts with netnsMatthew Heon2018-12-12
* Separate common used test functions and structs to test/utilsYiqiao Pu2018-11-16
* podman: fix --uts=hostGiuseppe Scrivano2018-08-17
* Fix handling of hostname in --net=hostDaniel J Walsh2018-08-15
* Integration Test Improvements #2baude2018-07-30
* Show duration for each ginkgo test and test speed improvementsbaude2018-07-28
* oci: keep exposed ports busy and leak the fd into conmonGiuseppe Scrivano2018-07-19
* podman should assign a host port to -p when omittedbaude2018-05-01
* Rework port codebaude2018-02-09