summaryrefslogtreecommitdiff
path: root/integration-cli/docker_hub_pull_suite_test.go
Commit message (Expand)AuthorAgeFilesLines
* bump gotest.tools v3.0.1 for compatibility with Go 1.14Sebastiaan van Stijn2020-02-111-1/+1
* integration-cli: remove unneeded fmt.Sprintf() in assertsSebastiaan van Stijn2019-09-111-2/+1
* testutil: make testing packages publicSam Whited2019-09-111-1/+1
* Setup testsTibor Vass2019-09-091-9/+0
* rm-gocheck: goimportsTibor 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-2/+3
* rm-gocheck: comment out check.Suite callsTibor Vass2019-09-091-1/+1
* rm-gocheck: IsNilTibor Vass2019-09-091-1/+1
* rm-gocheck: check.C -> testing.TTibor Vass2019-09-091-5/+5
* rm-gocheck: c.Assert(...) -> assert.Assert(c, ...)Tibor Vass2019-09-091-1/+1
* Remove SameHostDaemon, use testEnv.IsLocalDaemon insteadSebastiaan van Stijn2018-12-241-1/+1
* Small daemon refactoring and add swarm init/join helpersVincent Demeester2018-04-161-3/+2
* Remove deprecated environment.ExperimentalDaemon()Sebastiaan van Stijn2018-01-151-1/+1
* Fixes after dnephin reviewChristopher Crone2017-09-141-1/+1
* Use testEnv methods and remove most of the global variablesVincent Demeester2017-01-171-1/+1
* Remove pkg/integration and move it to testutil or integration-cliVincent Demeester2016-12-301-1/+1
* Use *check.C in StartWithBusybox, Start, Stop and Restart…Vincent Demeester2016-12-121-4/+2
* Extract daemon to its own packageVincent Demeester2016-12-091-3/+6
* Remove unnecessary CmdWithArgsDaniel Nephin2016-07-281-2/+2
* fix typosallencloud2016-06-021-2/+2
* Use Assert statement to replace condition judgmentXiaoxu Chen2015-10-091-7/+6
* Windows: Get Integration CLI runningJohn Howard2015-09-041-2/+5
* Temp: Turn off dockerhubpullsuite on Win2Linux CIJohn Howard2015-09-041-1/+6
* Add test suite for push/pull codeArnaud Porterie2015-09-021-0/+83