summaryrefslogtreecommitdiff
path: root/integration-cli/docker_cli_links_test.go
Commit message (Expand)AuthorAgeFilesLines
* 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
* readContainerFileWithExec for links testsAhmet Alp Balkan2015-02-201-4/+4
* Better test cleanup with deferAhmet Alp Balkan2015-02-201-9/+12
* Merge pull request #10818 from estesp/link-add-aliasesSteve Francia2015-02-191-9/+20
|\
| * Add linked container's name and hostname as aliases to `/etc/hosts`Phil Estes2015-02-191-9/+20
* | Merge pull request #10785 from ahmetalpbalkan/win-cli/TestLinks-skipArnaud Porterie2015-02-181-0/+8
|\ \
| * | integration-cli: add mechanism to skip testsAhmet Alp Balkan2015-02-171-0/+8
| |/
* | Fix daemon.Get error handling with --link setup. Add test.Phil Estes2015-02-131-0/+16
|/
* Remove word "fail" from testsTibor Vass2015-02-091-1/+1
* Move links exec test & exec dir test.Jessica Frazelle2015-01-231-32/+0
* Test for updating linked hosts on restartAlexander Morozov2015-01-211-1/+58
* rename a existing containerSrini Brahmaroutu2015-01-131-2/+47
* Create tests for pkg/iptablesIan Bishop2014-12-211-2/+2
* Running a container that links to a container with --net hostJessica Frazelle2014-12-081-0/+16
* Remove unnessary abstraction deepEqualJessica Frazelle2014-12-031-2/+3
* Test for updating hosts files via links.Erik Hollensbe2014-11-251-0/+37