summaryrefslogtreecommitdiff
path: root/integration/utils_test.go
Commit message (Expand)AuthorAgeFilesLines
* Update integration tests for server pkgMichael Crosby2014-03-141-4/+4
* Don't use separate bind mount for containerAlexander Larsson2014-03-131-1/+1
* Move runtime and container into sub pkgMichael Crosby2014-03-091-7/+8
* Merge pull request #4327 from crosbymichael/add-libcontainerGuillaume J. Charmes2014-03-031-0/+1
|\
| * Remove container env var from libcontainerMichael Crosby2014-02-241-0/+1
* | Use a more defensive vendored archive/tar import path to make it clear this i...Tianon Gravi2014-02-271-1/+1
|/
* Cleanup integration testsSolomon Hykes2014-02-241-25/+20
* Add vendored archive/tar that includes xattrs patchTianon Gravi2014-02-171-1/+1
* Properly close archivesAlexander Larsson2014-02-141-2/+2
* Move the canonical run configuration objects to a sub-packageSolomon Hykes2014-02-111-4/+5
* docker/config: update -mtu flag defaultJohan Euphrosine2014-02-031-4/+5
* Merge pull request #3872 from crosbymichael/network-driverGuillaume J. Charmes2014-01-311-1/+7
|\
| * Fix integration testsMichael Crosby2014-01-311-1/+7
* | Merge pull request #3827 from vieux/mova_api_packageMichael Crosby2014-01-311-1/+1
|\ \ | |/ |/|
| * Move serveapi to api/api.goVictor Vieux2014-01-311-1/+1
* | Separate out graphdriver mount and container rootAlexander Larsson2014-01-301-1/+1
|/
* Merge pull request #3073 from alexlarsson/refcount-driver-mountsGuillaume J. Charmes2014-01-221-1/+2
|\
| * Remove container.EnsureMountedAlexander Larsson2014-01-211-1/+1
| * Add Put() to graphdriver API and use itAlexander Larsson2014-01-211-0/+1
* | switch back to the valid json formatVictor Vieux2014-01-211-1/+1
|/
* Update with lxc unconfined changesMichael Crosby2014-01-171-1/+0
* Port 'docker images' to the engine APISolomon Hykes2014-01-131-2/+19
* Allow mtu to be configured at daemon startMichael Crosby2013-12-201-0/+1
* Hack: use new 'kill' command in integration testsSolomon Hykes2013-12-061-1/+1
* Enable engine to take Stderr and Stdout for mocking in testsMichael Crosby2013-12-061-0/+2
* Engine: integer job status, improved stream APISolomon Hykes2013-11-301-1/+1
* Refactor State to be 100% thread safeGuillaume J. Charmes2013-11-211-1/+1
* gofmt_testVictor Vieux2013-11-181-6/+2
* Re-enable api integration tests using only public remote API.Solomon Hykes2013-11-161-0/+105
* fix Integration testsVictor Vieux2013-11-141-8/+14
* Integration tests: remove dependency on private APIsVictor Vieux2013-11-141-321/+49
* Move integration tests to integration/, expose missing public methods in the ...Solomon Hykes2013-11-141-0/+493