summaryrefslogtreecommitdiff
path: root/integration-cli/docker_cli_links_test.go
Commit message (Expand)AuthorAgeFilesLines
* bump gotest.tools v3.0.1 for compatibility with Go 1.14Sebastiaan van Stijn2020-02-111-2/+2
* integration-cli: remove unnescessary conversions (unconvert)Sebastiaan van Stijn2019-09-181-1/+1
* integration-cli: remove unneeded fmt.Sprintf() in assertsSebastiaan van Stijn2019-09-111-3/+3
* intgration-cli: fix formattingTibor Vass2019-09-091-7/+1
* rm-gocheck: goimportsTibor Vass2019-09-091-1/+0
* rm-gocheck: convert check.Commentf to string - with multiple argsTibor Vass2019-09-091-4/+4
* rm-gocheck: Contains -> strings.ContainsTibor Vass2019-09-091-7/+6
* rm-gocheck: Matches -> cmp.RegexpTibor Vass2019-09-091-1/+8
* rm-gocheck: run goimports to compile successfullyTibor Vass2019-09-091-0/+1
* rm-gocheck: NotNilTibor Vass2019-09-091-3/+3
* rm-gocheck: IsNilTibor Vass2019-09-091-3/+3
* rm-gocheck: Equals -> assert.EqualTibor Vass2019-09-091-6/+6
* rm-gocheck: check.C -> testing.TTibor Vass2019-09-091-15/+15
* rm-gocheck: c.Assert(...) -> assert.Assert(c, ...)Tibor Vass2019-09-091-19/+19
* integration-cli: remove ExecSupport checkSebastiaan van Stijn2019-07-081-2/+2
* Replace some checkers and assertions with gotest.toolsSebastiaan van Stijn2019-04-051-4/+5
* Remove SameHostDaemon, use testEnv.IsLocalDaemon insteadSebastiaan van Stijn2018-12-241-2/+2
* fix and skip some tests based on API versionAnda Xu2018-05-151-1/+3
* Remove testutil.ConvertSliceOfStringsToMapDaniel Nephin2017-08-221-15/+16
* Remove string checking in API error handlingBrian Goff2017-08-151-1/+1
* Remove most of the runCommandWithOutput from integration testsVincent Demeester2017-01-301-9/+4
* Remove pkg/integration and move it to testutil or integration-cliVincent Demeester2016-12-301-4/+4
* Clean integration-cli/utils.go from most of its contentVincent Demeester2016-12-281-2/+3
* Remove unnecessary json.Unmarshal wrapper.Daniel Nephin2016-08-231-2/+3
* Fix regression on --link on bridge networkAlessandro Boch2016-07-221-3/+29
* Assert error in body of function `inspectField*`Zhang Wei2016-01-291-15/+7
* Windows: Fix TestLinksMultipleWithSameNameJohn Howard2016-01-211-0/+1
* Don't error out when link name in use.Brian Goff2016-01-201-0/+6
* Remove CLI specific information for API error messages. Issue #17147Karol Duleba2015-12-031-1/+2
* Extract network settings types for inspect.David Calavera2015-10-271-2/+2
* use of checkers on Integration testZhang Wei2015-10-181-88/+50
* add test-integration-cli specifics for usernsJessica Frazelle2015-10-091-3/+4
* Windows: Get Integration CLI runningJohn Howard2015-09-041-5/+13
* Moved unix links tests to non-platformJohn Howard2015-09-011-0/+15
* Remove/Comment time.Sleep in integration testsVincent Demeester2015-08-181-2/+1
* Don't pass check.C to dockerCmdWithErrorBrian Goff2015-07-271-2/+2
* Recfactor: Use dockerCmd when possible in integration-cli testsLei2015-07-201-70/+20
* Fix Windows CI fail due to GH13866 and patch up testsJohn Howard2015-07-091-48/+0
* Docker integration with libnetworkJana Radhakrishnan2015-05-191-26/+0
* Minor typo: remove redundant dot in error message in runconfig/parse.goLei Jitang2015-05-131-1/+1
* Allow links to be specified with only the name if this matches the aliasAntonio Murdaca2015-05-111-1/+20
* A fix for = in env values in linked containersDoug Davis2015-04-251-0/+21
* Use suite for integration-cliAlexander Morozov2015-04-211-108/+81
* Removed unnecessary error output from dockerCmdbobby abbott2015-04-171-2/+2
* fix #12188 integration-cli: tests using "sleep" can timeout too early - chang...Todd Whiteman2015-04-091-9/+9
* Remove `stripTrailingCharacters` from testsBrian Goff2015-04-061-2/+2
* Fix vet warningpaul2015-03-251-1/+1
* fix various problems with iptables.ExistsLars Kellogg-Stedman2015-03-161-4/+4
* Last three tests skip on lxc.Jessica Frazelle2015-03-041-4/+2
* integration-cli: add test requirement ExecSupportAhmet Alp Balkan2015-02-201-2/+2