summaryrefslogtreecommitdiff
path: root/integration-cli/docker_cli_service_health_test.go
Commit message (Expand)AuthorAgeFilesLines
* Update to Go 1.17.0, and gofmt with Go 1.17Sebastiaan van Stijn2022-04-071-0/+1
* bump gotest.tools v3.0.1 for compatibility with Go 1.14Sebastiaan van Stijn2020-02-111-3/+3
* waitAndAssert -> poll.WaitOnTibor Vass2019-09-091-18/+21
* rm-gocheck: fix compile errors from converting check.CommentInterface to stringTibor Vass2019-09-091-9/+9
* rm-gocheck: goimportsTibor Vass2019-09-091-1/+0
* rm-gocheck: check.CommentInterface -> stringTibor Vass2019-09-091-9/+9
* rm-gocheck: run goimports to compile successfullyTibor Vass2019-09-091-0/+1
* rm-gocheck: Equals -> assert.EqualTibor Vass2019-09-091-1/+1
* rm-gocheck: normalize to use checkerTibor Vass2019-09-091-1/+1
* rm-gocheck: check.C -> testing.TTibor Vass2019-09-091-11/+11
* rm-gocheck: c.Assert(...) -> assert.Assert(c, ...)Tibor Vass2019-09-091-1/+1
* integration-cli: increase healthcheck timeoutTonis Tiigi2019-07-171-1/+1
* Replace some checkers and assertions with gotest.toolsSebastiaan van Stijn2019-04-051-2/+3
* integration: use %s for check.Commentf()Kir Kolyshkin2018-08-141-2/+2
* Update tests to use gotest.tools 👼Vincent Demeester2018-06-131-1/+1
* Remove daemon.BuildImageWithOut and use cli helpers functionVincent Demeester2018-04-181-11/+13
* Update CLI commit hashAaron Lehmann2017-05-181-2/+2
* Synchronous service create and service updateAaron Lehmann2017-04-031-2/+2
* Small cleanups on integration cliVincent Demeester2017-01-121-57/+0
* Remove pkg/integration and move it to testutil or integration-cliVincent Demeester2016-12-301-1/+1
* Extract daemon to its own packageVincent Demeester2016-12-091-14/+14
* integration: wait for task running in TestServiceHealthRunAlexander Morozov2016-09-291-1/+1
* Add engine-api types to dockerMichael Crosby2016-09-071-1/+1
* extend health check to start servicerunshenzhu2016-07-251-0/+191