aboutsummaryrefslogtreecommitdiff
path: root/test/e2e/network_create_test.go
Commit message (Expand)AuthorAge
* all: stop using deprecated GenerateNonCryptoIDKir Kolyshkin2022-09-13
* enable errcheck linterPaul Holzinger2022-04-29
* Ginkgo: use HaveField() for better error checkingEd Santiago2022-04-28
* fix dual stack network e2e flakePaul Holzinger2022-03-18
* enable netavark specific testsLokesh Mandvekar2022-02-11
* netavark e2e testsBrent Baude2022-02-02
* network create: allow multiple subnetsPaul Holzinger2022-01-27
* bump go module to version 4Valentin Rothberg2022-01-18
* use libnetwork from c/commonPaul Holzinger2022-01-12
* CNI: fix network create --ip-rangePaul Holzinger2021-10-12
* Do not allow network modes to be used as network namesPaul Holzinger2021-09-16
* CI: load ipv6 kernel modules for rootless testsPaul Holzinger2021-09-15
* Wire network interface into libpodPaul Holzinger2021-09-15
* dual-stack network: fix duplicated subnet assignmentPaul Holzinger2021-07-26
* e2e tests: use Should(Exit()) and ExitWithError()Ed Santiago2021-07-15
* bump go module to v3Valentin Rothberg2021-02-22
* disable dnsname when --internalbaude2021-01-25
* Use random network names in the e2e testsPaul Holzinger2021-01-21
* Always add the default gateway to the cni config filePaul Holzinger2020-12-16
* Validate that the bridge option is supportedAnders F Björklund2020-12-01
* Add integration test for the bridge optionsAnders F Björklund2020-12-01
* network connect disconnect on non-running containersbaude2020-11-30
* skip ipv6 e2e tests on rootlessAntonio Ojea2020-11-10
* add e2e test for network with same subnetAntonio Ojea2020-11-10
* enable ipv6 network configuration optionsAntonio Ojea2020-11-10
* Merge pull request #7943 from baude/issue7807OpenShift Merge Robot2020-10-07
|\
| * prevent unpredictable results with network create|removebaude2020-10-07
* | Attempt to turn on some more remote testsDaniel J Walsh2020-10-07
|/
* Make the e2e test network cleanup more robust.Daniel J Walsh2020-09-30
* Make all Skips specify a reasonDaniel J Walsh2020-09-29
* Remove SkipIfRootless if possible, document other callsDaniel J Walsh2020-09-27
* e2e tests: SkipIfRemote(): add a reasonEd Santiago2020-09-23
* Examine all SkipIfRemote functionsDaniel J Walsh2020-09-22
* rootless: support `podman network create` (CNI-in-slirp4netns)Akihiro Suda2020-09-09
* podman support for IPv6 networksAntonio Ojea2020-08-15
* 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
* add provided cni networks to spec genbaude2020-05-01
* v2networking enable commandsbaude2020-04-30
* Force integration tests to passBrent Baude2020-04-21
* when removing networks for tests, force should be usedBrent Baude2020-03-20
* Refactor tests when checking for error exit codesJhon Honce2019-10-16
* podman network create: validate user inputMrigank Krishan2019-10-04
* podman network createbaude2019-09-09