summaryrefslogtreecommitdiff
path: root/integration-cli/docker_cli_network_unix_test.go
Commit message (Expand)AuthorAgeFilesLines
* integration-cli: fix empty-lines (revive)Sebastiaan van Stijn2022-09-281-3/+0
* integration-cli: split DockerSuite into subsequent build suitesCrazyMax2022-06-171-14/+14
* TestConntrackFlowsLeak: use busybox "nc"Sebastiaan van Stijn2021-11-191-4/+4
* refactor: move from io/ioutil to io and os packageEng Zer Jun2021-08-271-3/+2
* Update to Go 1.17.0, and gofmt with Go 1.17Sebastiaan van Stijn2021-08-241-0/+1
* Dockerfile: frozen images: update to bullseye, remove buildpack-depSebastiaan van Stijn2021-08-201-1/+1
* Fixup libnetwork lint errorsBrian Goff2021-06-011-3/+3
* Fix libnetwork importsBrian Goff2021-06-011-5/+5
* Remove cli test for duplicate --net/--network optsBrian Goff2021-03-181-3/+0
* Move use of debian:buster frozen image to debian:bullseyeEric Mountain2020-12-191-1/+1
* Upgrading the versions of images in Dockerfile.wanghuaiqing2020-06-301-1/+1
* bump gotest.tools v3.0.1 for compatibility with Go 1.14Sebastiaan van Stijn2020-02-111-2/+2
* Merge pull request #40057 from andrewhsu/truetopTibor Vass2019-10-071-2/+2
|\
| * integration-cli: TestDockerNetworkConnectLinkLocalIP return on failureAndrew Hsu2019-10-071-2/+2
* | integration-cli: TestUserDefinedNetworkConnectDisconnectAlias return on failureAndrew Hsu2019-10-071-1/+1
|/
* integration-cli: remove unnescessary conversions (unconvert)Sebastiaan van Stijn2019-09-181-4/+4
* Fix more signal handling issues in tests.Brian Goff2019-09-111-2/+2
* integration-cli: remove unneeded fmt.Sprintf() in assertsSebastiaan van Stijn2019-09-111-9/+9
* testutil: make testing packages publicSam Whited2019-09-111-1/+1
* Setup testsTibor Vass2019-09-091-10/+0
* rm-gocheck: goimportsTibor Vass2019-09-091-1/+0
* rm-gocheck: convert check.Commentf to string - otherTibor Vass2019-09-091-1/+1
* rm-gocheck: convert check.Commentf to string - with just one stringTibor Vass2019-09-091-12/+12
* rm-gocheck: convert check.Commentf to string - with multiple argsTibor Vass2019-09-091-20/+20
* rm-gocheck: Contains -> strings.ContainsTibor Vass2019-09-091-34/+25
* rm-gocheck: Not(Contains) -> !strings.ContainsTibor Vass2019-09-091-6/+4
* rm-gocheck: run goimports to compile successfullyTibor Vass2019-09-091-0/+1
* rm-gocheck: comment out check.Suite callsTibor Vass2019-09-091-1/+1
* rm-gocheck: redress check.Suite callsTibor Vass2019-09-091-3/+1
* rm-gocheck: TrueTibor Vass2019-09-091-1/+1
* rm-gocheck: NotNilTibor Vass2019-09-091-10/+10
* rm-gocheck: IsNilTibor Vass2019-09-091-30/+30
* rm-gocheck: HasLen -> assert.Equal + len()Tibor Vass2019-09-091-2/+2
* rm-gocheck: Equals -> assert.EqualTibor Vass2019-09-091-79/+79
* rm-gocheck: Not(Equals) -> a != bTibor Vass2019-09-091-3/+3
* rm-gocheck: normalize to use checkerTibor Vass2019-09-091-34/+34
* rm-gocheck: check.C -> testing.TTibor Vass2019-09-091-79/+79
* rm-gocheck: c.Assert(...) -> assert.Assert(c, ...)Tibor Vass2019-09-091-154/+154
* rm-gocheck: redress multiline c.Assert callsTibor Vass2019-09-091-20/+7
* prepare for rm-gocheck scriptTibor Vass2019-09-091-5/+5
* integration-cli: fix tests that are silently succeeding when they should not ...Tibor Vass2019-09-091-5/+0
* integration-cli: remove redundant "testrequires"Sebastiaan van Stijn2019-07-191-1/+0
* integration-cli: remove ExecSupport checkSebastiaan van Stijn2019-07-081-2/+1
* Replace some checkers and assertions with gotest.toolsSebastiaan van Stijn2019-04-051-103/+104
* Remove SameHostDaemon, use testEnv.IsLocalDaemon insteadSebastiaan van Stijn2018-12-241-13/+13
* integration: use %s for check.Commentf()Kir Kolyshkin2018-08-141-8/+8
* Fix flakyness in TestDockerNetworkInternalModeFlavio Crisciani2018-07-131-2/+2
* Fix ineffassign lintingSebastiaan van Stijn2018-07-111-4/+2
* Update tests w/ new libnetwork contraintsChris Telfer2018-06-291-6/+6
* Update tests to use gotest.tools 👼Vincent Demeester2018-06-131-1/+1