summaryrefslogtreecommitdiff
path: root/integration
Commit message (Expand)AuthorAgeFilesLines
* TestDaemonRestartKillContainers: Fix loop capturePaweł Gronowski2023-03-221-8/+7
* linting: gosec: fix or suppress G112, G114 in test codeSebastiaan van Stijn2023-02-244-8/+16
* gofmt GoDoc comments with go1.19Sebastiaan van Stijn2023-02-245-9/+9
* replace golint with revive, as it's deprecatedSebastiaan van Stijn2023-02-241-1/+1
* refactor: move from io/ioutil to io and os packageEng Zer Jun2023-02-2423-80/+66
* skip TestImagePullStoredfDigestForOtherRepo() on Windows and rootlessSebastiaan van Stijn2022-10-211-0/+3
* Validate digest in repo for pull by digestBrian Goff2022-10-171-0/+136
* Fix live-restore w/ restart policies + volume refsBrian Goff2022-10-032-0/+97
* Dockerfile: Update Dockerfile syntax, switch to bullseye, add missing libsecc...Prabhav Thali2022-09-201-2/+3
* [20.10 backport] daemon: kill exec process on ctx cancelCory Snider2022-08-231-0/+37
* reformat "nolint" commentsSebastiaan van Stijn2022-08-171-1/+1
* unused: ignore false positivesSebastiaan van Stijn2022-08-173-0/+3
* gosimple: S1039: unnecessary use of fmt.SprintfSebastiaan van Stijn2022-08-171-2/+2
* Update to Go 1.17.0, and gofmt with Go 1.17Sebastiaan van Stijn2022-04-0712-0/+12
* daemon.WithCommonOptions() fix detection of user-namespacesSebastiaan van Stijn2021-12-151-0/+29
* vendor: github.com/opencontainers/image-spec v1.0.2Sebastiaan van Stijn2021-11-181-5/+1
* TestBuildUserNamespaceValidateCapabilitiesAreV2: cleanup daemon storageSebastiaan van Stijn2021-11-101-1/+9
* Fix race in TestCreateServiceSecretFileMode, TestCreateServiceConfigFileModeSebastiaan van Stijn2021-10-271-20/+6
* Fix racey TestHealthKillContainerBrian Goff2021-10-221-1/+32
* integration: ensurePlugin: disable go modules when building pluginSebastiaan van Stijn2021-07-152-2/+2
* Update test certificatesSebastiaan van Stijn2021-07-155-165/+269
* Merge pull request #42352 from AkihiroSuda/cherrypick-41724v20.10.7Brian Goff2021-06-011-10/+1
|\
| * Use v2 capabilities in layer archivesEric Mountain2021-05-051-10/+1
* | integration: remove KernelMemory testsAkihiro Suda2021-05-181-35/+0
|/
* Merge pull request #42256 from cpuguy83/20.10_plugin_layer_mediatypeSebastiaan van Stijn2021-04-071-0/+63
|\
| * Use docker media type for plugin layersBrian Goff2021-04-061-0/+63
* | Fix flaky TestInspectSebastiaan van Stijn2021-04-061-1/+1
|/
* integration: update getExternalAddress to prefer IPv4Sebastiaan van Stijn2021-03-241-1/+15
* integration/container: wrap some long lines for readabilitySebastiaan van Stijn2021-03-241-9/+17
* Merge pull request #41974 from thaJeztah/20.10_backport_for_linux_1169_plugin...Tibor Vass2021-02-181-0/+66
|\
| * Add shim config for custom runtimes for pluginsBrian Goff2021-02-171-0/+66
* | Update TestDaemonRestartWithLiveRestore: fix docker0 subnet missmatchAlexis Ries2021-02-171-5/+11
|/
* Merge pull request #41970 from thaJeztah/20.10_backport_testing_fixesBrian Goff2021-02-172-28/+19
|\
| * TestBuildUserNamespaceValidateCapabilitiesAreV2: verify build completedSebastiaan van Stijn2021-02-161-21/+8
| * TestBuildUserNamespaceValidateCapabilitiesAreV2: use correct image nameSebastiaan van Stijn2021-02-161-1/+1
| * integration: fix TestBuildUserNamespaceValidateCapabilitiesAreV2 not using fr...Sebastiaan van Stijn2021-02-031-4/+9
| * Make test work with rootless modeBrian Goff2021-02-031-3/+2
* | TestInspectOomKilledTrue: skip on cgroup v2Akihiro Suda2021-02-161-0/+1
|/
* TestCgroupNamespacesRunOlderClient: support cgroup v2Akihiro Suda2021-02-021-2/+6
* Merge pull request #41817 from simonferquel/desktop-startup-hangTibor Vass2020-12-231-0/+67
|\
| * Cleanup container shutdown check and add testBrian Goff2020-12-231-0/+67
* | Add a test for #41723Eric Mountain2020-12-181-0/+140
|/
* Networking: add regression test for networks endpoint with trailing slashSebastiaan van Stijn2020-11-301-0/+29
* Rewrite VolumesMountedAsShared/Slave as Integration testsPaul "TBBle" Hampson2020-11-081-0/+125
* Don't set default platform on container createBrian Goff2020-10-201-0/+20
* Merge pull request #41430 from TBBle/40444-update-gowinio-for-8gB-file-fixTibor Vass2020-09-241-2/+9
|\
| * Enable TestBuildWithHugeFile on WindowsPaul "TBBle" Hampson2020-09-191-2/+9
* | Windows: Enable more integration testsOlli Janatuinen2020-09-209-17/+10
|/
* fix integration test case TestExternalGraphDriver failed in mips archlimeidan2020-09-151-2/+2
* Merge pull request #41360 from lzhfromustc/GL_5Brian Goff2020-09-121-1/+1
|\