summaryrefslogtreecommitdiff
path: root/integration-cli/docker_utils_test.go
Commit message (Expand)AuthorAgeFilesLines
* TestPushMultipleTags: Add support for 20.10 CLIBrian Goff2021-03-191-0/+1
* bump gotest.tools v3.0.1 for compatibility with Go 1.14Sebastiaan van Stijn2020-02-111-4/+4
* integration-cli: remove unused functions and enable disabled testsSebastiaan van Stijn2019-09-181-14/+0
* integration-cli: remove unneeded fmt.Sprintf() in assertsSebastiaan van Stijn2019-09-111-1/+1
* integration-cli: remove TestingTTibor Vass2019-09-101-1/+1
* integration-cli: fix pollCheckTibor Vass2019-09-091-2/+13
* integration-cli: have helper functions use testing.Helper()Tibor Vass2019-09-091-0/+23
* remove waitAndAssert and type castsTibor Vass2019-09-091-33/+4
* prepare for eg on waitAndAssertTibor Vass2019-09-091-5/+17
* fix remaining compile issuesTibor Vass2019-09-091-4/+4
* rm-gocheck: goimportsTibor Vass2019-09-091-1/+0
* rm-gocheck: check.CommentInterface -> stringTibor Vass2019-09-091-2/+2
* rm-gocheck: convert check.Commentf to string - with just one stringTibor Vass2019-09-091-1/+1
* rm-gocheck: convert check.Commentf to string - with multiple argsTibor Vass2019-09-091-2/+2
* rm-gocheck: run goimports to compile successfullyTibor Vass2019-09-091-0/+1
* rm-gocheck: IsNilTibor Vass2019-09-091-4/+4
* rm-gocheck: normalize to use checkerTibor Vass2019-09-091-4/+4
* rm-gocheck: check.C -> testing.TTibor Vass2019-09-091-24/+24
* rm-gocheck: c.Assert(...) -> assert.Assert(c, ...)Tibor Vass2019-09-091-4/+4
* prepare for rm-gocheck scriptTibor Vass2019-09-091-9/+10
* integration-cli: getContainerCount() fix trimming prefixSebastiaan van Stijn2019-09-031-1/+1
* integration-cli: remove defaultSleepImage constantSebastiaan van Stijn2019-07-081-1/+1
* Replace some checkers and assertions with gotest.toolsSebastiaan van Stijn2019-04-051-17/+17
* integration-cli: remove deprecated daemonHost() utilitySebastiaan van Stijn2019-01-211-6/+0
* Remove use of deprecated client.NewEnvClient()Sebastiaan van Stijn2019-01-031-2/+2
* TestAPISwarmLeaderElection: add some debugKir Kolyshkin2018-11-011-0/+6
* Update tests to use gotest.tools 👼Vincent Demeester2018-06-131-1/+1
* Switch from x/net/context -> contextKir Kolyshkin2018-04-231-1/+1
* Move integration-cli/request to internal/test/request…Vincent Demeester2018-04-171-1/+1
* Move and refactor integration-cli/registry to internal/testVincent Demeester2018-04-131-17/+0
* Migrate DockerTrustSuite to docker/cli e2e testsVincent Demeester2018-03-191-13/+0
* Migrate some calls to new client functionVincent Demeester2018-02-081-1/+1
* Remove deprecated environment.MinimalBaseImage()Sebastiaan van Stijn2018-01-151-1/+1
* Fixes for dnephin reviewChristopher Crone2017-09-141-1/+1
* Use TLS for tests if neededChristopher Crone2017-09-141-3/+1
* Refactor test environmentDaniel Nephin2017-08-301-2/+2
* Update tests to use icmdDaniel Nephin2017-08-251-1/+1
* Stop using deprecated SockRequestStanislav Bondarenko2017-08-231-21/+17
* Allow stopping of paused containerBrian Goff2017-07-121-1/+1
* [integration] Move fakegit to its own package in cliVincent Demeester2017-04-191-102/+0
* [integration] make runSleepingContainer use cli packageVincent Demeester2017-04-161-3/+3
* Introduce `cli.Wait*` fuctionsVincent Demeester2017-04-141-20/+3
* Clean some function in docker_utils_test.goVincent Demeester2017-04-121-38/+0
* Move FakeContext to `integration-cli/cli/build/context` package…Vincent Demeester2017-04-111-249/+5
* [test-integration] Migrate some more tests to `cli` packageVincent Demeester2017-03-281-59/+15
* Introduce a `cli` package for test-integrationVincent Demeester2017-03-231-45/+8
* Update request.* signature to remove the hostVincent Demeester2017-03-061-2/+1
* Ignore no such container in testEnv.CleanVincent Demeester2017-03-031-12/+4
* Move TearDownTest cleaning to environment packageVincent Demeester2017-03-011-138/+6
* Remove most of the runCommandWithOutput from integration testsVincent Demeester2017-01-301-67/+36