summaryrefslogtreecommitdiff
path: root/internal
Commit message (Expand)AuthorAgeFilesLines
* Add `FromClient` to test env executionBrian Goff2020-01-271-3/+8
* integration-cli: move each test suite to its own TestX testing functionTibor Vass2019-09-261-2/+1
* suite: put suite setup inside test runTibor Vass2019-09-261-11/+15
* remove per-test -timeout logic because it does not workTibor Vass2019-09-261-29/+2
* cleanupTibor Vass2019-09-262-4/+2
* internal/test/suiteTibor Vass2019-09-263-0/+150
* prepare for rm-gocheck scriptTibor Vass2019-09-262-4/+6
* integration-cli: add daemon.StartNodeWithBusybox functionSebastiaan van Stijn2019-09-251-4/+11
* integration-cli: swarm.RestartNode(); don't load busybox againSebastiaan van Stijn2019-09-251-1/+1
* Better logging for swarm testsBrian Goff2019-09-251-1/+5
* Fix Microsecond -> Milisecond.Brian Goff2019-09-251-1/+1
* Don't log test initial test daemon ping failuresBrian Goff2019-09-251-4/+9
* integration: fix cleanup of raft dataSebastiaan van Stijn2019-09-251-3/+5
* Add (hidden) flags to set containerd namespacesBrian Goff2019-09-251-0/+8
* Improve select for daemon restart testsMichael Crosby2019-09-201-15/+14
* integration-cli: allow temporary errors on leader switchTonis Tiigi2019-09-161-1/+8
* Jenkinsfile: reduce time of integration tests by dividing tests into 3 parall...Tibor Vass2019-08-191-1/+1
* Cleanup "address" when connecting over a UNIX socketSebastiaan van Stijn2019-08-191-1/+3
* integration: organize bundle directory per testSebastiaan van Stijn2019-08-191-0/+13
* Add log entries for daemon startup/shutdownBrian Goff2019-06-071-6/+7
* Optimize test daemon startupBrian Goff2019-06-071-22/+31
* build: buildkit now also uses systemd's resolv.confTibor Vass2019-06-042-141/+0
* Consider WINDOWS_BASE_IMAGE_TAG override when setting Windows base image for ...Deep Debroy2019-05-211-3/+6
* Ensure all integration daemon logging happens before test exitDaniel Sweet2019-05-131-1/+4
* client: define "Opt" typeSebastiaan van Stijn2019-04-101-2/+2
* internal: test/env: switch to assert.TestingTAleksa Sarai2019-03-133-22/+12
* integration-cli: don't build -test images if they already existAleksa Sarai2019-03-131-0/+23
* Remove the rest of v1 manifest supportJustin Cormack2019-03-021-1/+1
* Testing: create new daemon (only) if neededSebastiaan van Stijn2019-02-231-0/+1
* Completely remove `d.NewClient` from testing toolsBrian Goff2019-02-073-40/+28
* Add HEAD support for /_ping endpointSebastiaan van Stijn2019-01-311-0/+5
* Fix: plugin-tests discarding current environmentSebastiaan van Stijn2019-01-121-1/+1
* Fix some minor wording / issuesSebastiaan van Stijn2019-01-071-1/+1
* Merge pull request #38486 from thaJeztah/dont_use_deprecated_envclientSebastiaan van Stijn2019-01-051-1/+1
|\
| * Remove use of deprecated client.NewEnvClient()Sebastiaan van Stijn2019-01-031-1/+1
* | Test: Replace NewClient() with NewClientT()Sebastiaan van Stijn2018-12-221-9/+7
|/
* VXLAN UDP Port configuration supportselansen2018-11-223-0/+11
* integration-cli/Test*Swarm*: use same args on restartKir Kolyshkin2018-11-011-10/+22
* TestAPISwarmLeaderElection: add some debugKir Kolyshkin2018-11-011-1/+1
* internal/test/daemon: don't leak timersKir Kolyshkin2018-11-011-2/+7
* integration-cli: fix netns test cleanupKir Kolyshkin2018-11-011-1/+1
* Merge pull request #37850 from AkihiroSuda/propagate-exec-root-to-libnetworkSebastiaan van Stijn2018-09-281-6/+7
|\
| * daemon: propagate exec-root to libnetwork-setkeyAkihiro Suda2018-09-151-6/+7
* | fix daemon tests that were using wrong containerd socketTibor Vass2018-09-251-0/+2
* | Remove 'docker-' prefix for containerd and runc binariesTibor Vass2018-09-241-1/+0
* | Merge pull request #37851 from adshmh/migrate-ipc-integration-tests-to-integr...Yong Tang2018-09-221-0/+6
|\ \
| * | migrated ipc integration tests to integration/containerArash Deshmeh2018-09-141-0/+6
| |/
* | fix typos in service.go and plugin.gosong2018-09-181-1/+1
|/
* Use errors.Wrap() in daemon errors, and cleanup messagesSebastiaan van Stijn2018-08-231-1/+1
* Global Default Address Pool feature supportselansen2018-08-203-1/+20