aboutsummaryrefslogtreecommitdiff
path: root/testutil
Commit message (Expand)AuthorAgeFilesLines
* api: add types/volume.ListOptions for a more consistent APISebastiaan van Stijn2022-08-032-6/+8
* testutil, integration: use types/registry.AuthConfigSebastiaan van Stijn2022-07-291-5/+6
* daemon: support other containerd runtimes (MVP)Cory Snider2022-07-272-3/+13
* client: errors: remove dead codeSebastiaan van Stijn2022-07-092-3/+4
* integration-cli: TestRestartContainer is flaky on GitHub RunnerCrazyMax2022-05-191-0/+5
* testutil/registry: remove unused WithStdout(), WithStErr() optsSebastiaan van Stijn2022-05-101-16/+0
* all: replace strings.Replace with strings.ReplaceAllEng Zer Jun2022-05-091-1/+1
* testutil/daemon: remove redundant fmt.Sprintf()'sSebastiaan van Stijn2022-02-151-4/+3
* testutil: daemon.Cleanup(): cleanup more directoriesSebastiaan van Stijn2021-11-101-0/+34
* testutil/daemon: ReadLogFile() trigger os.Sync() before readingSebastiaan van Stijn2021-10-271-0/+1
* Port testutil/daemon to FreeBSDArtem Khramov2021-10-163-30/+55
* refactor: move from io/ioutil to io and os packageEng Zer Jun2021-08-279-28/+19
* Update to Go 1.17.0, and gofmt with Go 1.17Sebastiaan van Stijn2021-08-242-0/+2
* Merge pull request #41479 from olljanat/ci-win-containerd-supportSebastiaan van Stijn2021-08-241-0/+5
|\
| * Windows CI: Add support for testing with containerdOlli Janatuinen2021-08-171-0/+5
* | Merge pull request #42763 from thaJeztah/go_🎯Akihiro Suda2021-08-221-1/+1
|\ \
| * | Dockerfile: frozen images: update to bullseye, remove buildpack-depSebastiaan van Stijn2021-08-201-1/+1
| |/
* / testutil: don't import "opts" packageSebastiaan van Stijn2021-08-182-5/+5
|/
* Merge pull request #42393 from aiordache/daemon_configSebastiaan van Stijn2021-06-231-2/+11
|\
| * Add configuration validation option and tests.Rich Horwood2021-06-231-2/+11
* | gosec: G404: Use of weak random number generatorSebastiaan van Stijn2021-06-101-1/+1
* | Merge pull request #42098 from thaJeztah/deprecate_quietTianon Gravi2021-06-021-3/+1
|\ \
| * | API-client: remove unused ContainerListOptions.Quiet fieldSebastiaan van Stijn2021-05-041-3/+1
| |/
* / integration: ensurePlugin: disable go modules when building pluginSebastiaan van Stijn2021-05-181-1/+1
|/
* Merge pull request #41817 from simonferquel/desktop-startup-hangTibor Vass2020-12-231-0/+1
|\
| * Cleanup container shutdown check and add testBrian Goff2020-12-231-0/+1
* | Move use of debian:buster frozen image to debian:bullseyeEric Mountain2020-12-191-1/+1
* | Add IsUserNamespaceInKernel() test environment conditionEric Mountain2020-12-181-0/+21
* | Add debian:bullseye to frozen imagesEric Mountain2020-12-181-1/+1
|/
* testutil: remove remaining use of deprecated pkg/mountSebastiaan van Stijn2020-11-101-1/+1
* Do not call mount.RecursiveUnmount() on WindowsSebastiaan van Stijn2020-10-293-10/+12
* Merge pull request #41533 from cpuguy83/fix_plugin_configSebastiaan van Stijn2020-10-211-0/+1
|\
| * testing: Init plugin config when for testsBrian Goff2020-10-071-0/+1
* | testutil: set -500 OOM score for test daemonsSebastiaan van Stijn2020-10-162-0/+9
|/
* Upgrading the versions of images in Dockerfile.wanghuaiqing2020-06-301-1/+1
* Merge pull request #40725 from cpuguy83/check_img_platformTibor Vass2020-05-211-1/+1
|\
| * Accept platform spec on container createBrian Goff2020-03-201-1/+1
* | Merge pull request #40595 from sfzhu93/GL_2_25Sebastiaan van Stijn2020-05-081-1/+2
|\ \
| * | test: add buffer to prevent goroutine leakZiheng Liu2020-02-271-1/+2
* | | remove uses of deprecated pkg/termSebastiaan van Stijn2020-04-211-1/+1
* | | Merge pull request #39946 from cpuguy83/plugins_use_containerd_distAkihiro Suda2020-04-213-2/+36
|\ \ \
| * | | Use containerd dist libs for plugin pull/pullBrian Goff2020-04-023-2/+36
* | | | rootless: graduate from experimentalAkihiro Suda2020-04-071-1/+1
|/ / /
* | | Merge pull request #40694 from kolyshkin/moby-sys-mount-part-IISebastiaan van Stijn2020-04-021-1/+1
|\ \ \
| * | | Really switch to moby/sys/mount*Kir Kolyshkin2020-03-201-1/+1
| | |/ | |/|
* / | test-integration: support more rootless testsAkihiro Suda2020-03-164-9/+107
|/ /
* / hack: support $DOCKER_ROOTLESS for testing rootlessAkihiro Suda2020-03-102-0/+12
|/
* bump gotest.tools v3.0.1 for compatibility with Go 1.14Sebastiaan van Stijn2020-02-1118-19/+19
* Remove unused GlobalFlagsSam Whited2019-11-061-8/+7
* Add daemon options required by buildkit testsSam Whited2019-11-062-13/+30