summaryrefslogtreecommitdiff
path: root/integration-cli/daemon/daemon.go
Commit message (Expand)AuthorAgeFilesLines
* integration-cli: remove some redundant fmt.Sprintf()'sSebastiaan van Stijn2022-02-151-1/+1
* bump gotest.tools v3.0.1 for compatibility with Go 1.14Sebastiaan van Stijn2020-02-111-2/+2
* integration-cli: mark some test-helpers as helpersSebastiaan van Stijn2019-10-211-2/+4
* testing: remove custom testingT interfacesSebastiaan van Stijn2019-09-231-12/+1
* testutil: remove unneeded namer, testname interfacesSebastiaan van Stijn2019-09-231-0/+1
* Merge pull request #39942 from SamWhited/daemon_ops_typeSebastiaan van Stijn2019-09-191-1/+1
|\
| * testutil/daemon: group options under typeSam Whited2019-09-181-1/+1
* | integration-cli: remove unnescessary conversions (unconvert)Sebastiaan van Stijn2019-09-181-1/+1
|/
* testutil: make testing packages publicSam Whited2019-09-111-1/+1
* rm-gocheck: fix compile errors from converting check.CommentInterface to stringTibor Vass2019-09-091-1/+1
* rm-gocheck: goimportsTibor Vass2019-09-091-1/+0
* rm-gocheck: check.CommentInterface -> stringTibor Vass2019-09-091-1/+1
* rm-gocheck: convert check.Commentf to string - with multiple argsTibor Vass2019-09-091-1/+1
* rm-gocheck: run goimports to compile successfullyTibor Vass2019-09-091-0/+1
* rm-gocheck: check.C -> testing.TTibor Vass2019-09-091-1/+1
* Replace some checkers and assertions with gotest.toolsSebastiaan van Stijn2019-04-051-2/+1
* Update tests to use gotest.tools 👼Vincent Demeester2018-06-131-2/+2
* Remove daemon.BuildImageWithOut and use cli helpers functionVincent Demeester2018-04-181-33/+0
* Move integration-cli/request to internal/test/request…Vincent Demeester2018-04-171-15/+0
* Add api helpers to internal/test/daemon.DaemonVincent Demeester2018-04-171-21/+0
* Small daemon refactoring and add swarm init/join helpersVincent Demeester2018-04-161-10/+1
* Make internal/test/daemon.Daemon swarm awareVincent Demeester2018-04-111-4/+17
* Move integration-cli daemon package to internal/test…Vincent Demeester2018-04-101-591/+14
* Automated migration usingDaniel Nephin2018-03-161-9/+9
* Remove duplicate calls for getting an APIClientDaniel Nephin2018-02-201-30/+3
* Migrate some calls to new client functionVincent Demeester2018-02-081-1/+1
* Add canonical import commentDaniel Nephin2018-02-051-1/+1
* Golint: remove redundant ifsSebastiaan van Stijn2018-01-151-10/+2
* Update libcontainerd to use containerd 1.0Kenfe-Mickael Laventure2017-10-201-1/+3
* Cleanup daemon.LoadBusybox() to use the API instead of clientDaniel Nephin2017-08-251-24/+20
* Update tests to use icmdDaniel Nephin2017-08-251-1/+1
* Stop using deprecated SockRequestStanislav Bondarenko2017-08-231-0/+12
* Remove RunCommandPipelineWithOutputDaniel Nephin2017-08-221-15/+10
* Remove testutil.ReadBodyDaniel Nephin2017-08-221-2/+2
* Introduce `cli.Wait*` fuctionsVincent Demeester2017-04-141-1/+1
* Deprecate --graph flag; Replace with --data-rootJosh Hawn2017-03-301-1/+1
* Update request.* signature to remove the hostVincent Demeester2017-03-061-1/+1
* Merge pull request #29775 from AkihiroSuda/integration-cli-on-swarmSebastiaan van Stijn2017-03-011-3/+6
|\
| * [EXPERIMENTAL] Integration Test on SwarmAkihiro Suda2017-02-281-3/+6
* | Convert request.SockRequestRaw to appropriate methodsVincent Demeester2017-02-281-1/+2
|/
* Remove most of the runCommandWithOutput from integration testsVincent Demeester2017-01-301-4/+4
* Minor GoDoc fixup in integration-cliSebastiaan van Stijn2017-01-241-2/+3
* Improve the error print of image inspectYanqiang Miao2017-01-241-1/+1
* Clean more build utils in integration cliVincent Demeester2017-01-171-0/+1
* Fix leaked connections in integration testsTonis Tiigi2017-01-111-0/+2
* Add a new request package in integration-cliVincent Demeester2017-01-031-96/+3
* Remove pkg/integration and move it to testutil or integration-cliVincent Demeester2016-12-301-6/+6
* Merge pull request #29721 from coolljt0725/follow_29365Sebastiaan van Stijn2016-12-301-0/+5
|\
| * Follow up #29365, fix fail to remove container after restartLei Jitang2016-12-281-0/+5
* | Introduce a environment package in integration-cliVincent Demeester2016-12-291-1/+1
|/