summaryrefslogtreecommitdiff
path: root/integration
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Test: Add buffer to two channels to avoid blocking goroutinelzhfromustc2020-08-271-1/+1
* | replace pkg/locker with github.com/moby/lockerSebastiaan van Stijn2020-09-102-2/+2
|/
* Replace service "Capabilities" w/ add/drop APIBrian Goff2020-07-273-137/+13
* Merge pull request #41065 from AkihiroSuda/cgroup2-ciSebastiaan van Stijn2020-07-162-20/+69
|\
| * test-integration: support cgroup2Akihiro Suda2020-06-222-20/+69
* | Upgrading the versions of images in Dockerfile.wanghuaiqing2020-06-302-2/+2
* | Fix status code for missing --volumes-from containerSebastiaan van Stijn2020-06-291-0/+15
* | TestDaemonDNSFallback: increase timeout to reduce flakinessSebastiaan van Stijn2020-06-181-1/+1
|/
* Merge pull request #40938 from thaJeztah/move_pidslimitBrian Goff2020-06-112-5/+23
|\
| * API: swarm: move PidsLimit to TaskTemplate.ResourcesSebastiaan van Stijn2020-06-052-5/+23
* | int/build/TestBuildWithEmptyLayers: prevent panicKir Kolyshkin2020-06-041-1/+1
|/
* integration: Add TestDaemonDNSFallbackTibor Vass2020-05-281-0/+35
* Merge pull request #40725 from cpuguy83/check_img_platformTibor Vass2020-05-217-10/+61
|\