summaryrefslogtreecommitdiff
path: root/tests/integration
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #863 from thomasboyt/fast-exclude-pathsAanand Prasad2015-12-161-3/+8
|\ | | | | Don't descend into ignored directories when building context
| * Improve get_paths performance by not descending into ignored directoriesThomas Boyt2015-12-081-3/+8
| | | | | | | | Signed-off-by: Thomas Boyt <thomas@ledgerx.com>
* | Fix remove_volume return valueSumit Sahrawat2015-12-101-2/+1
|/ | | | Signed-off-by: Sumit Sahrawat <sumit.sahrawat.apm13@iitbhu.ac.in>
* incorporate feedbackDustin Falgout2015-12-041-14/+4
| | | | Signed-off-by: Dustin Falgout <dustin@falgout.us>
* Use new methods to raise exceptions in create_host_config.Dustin Falgout2015-12-031-0/+17
| | | | | | | Added tests for the new methods. Closes #840 Signed-off-by: Dustin Falgout <dustin@falgout.us>
* allow interactive execTomas Tomecek2015-12-032-47/+33
| | | | Signed-off-by: Tomas Tomecek <ttomecek@redhat.com>
* tests,integration: ensure container is removed if start failsTomas Tomecek2015-12-021-1/+1
| | | | Signed-off-by: Tomas Tomecek <ttomecek@redhat.com>
* Fix integration-dind-ssl make task852-independent-integrationJoffrey F2015-11-181-1/+1
| | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* Move methods/classes used by all integration tests to helpers.pyJoffrey F2015-11-189-178/+92
| | | | | | | Ensure setup_module is called at session level, making the test suite not order dependent. Test files can be invoked independently. Signed-off-by: Joffrey F <joffrey@docker.com>
* Wrong key name in stats testJoffrey F2015-11-181-1/+1
| | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* Merge pull request #805 from sourcelair/enhancement/stats-no-streamDaniel Nephin2015-11-171-0/+31
|\ | | | | Add support for non-stream stats of containers
| * Add test for streaming statsAntonis Kalipetis2015-10-221-2/+16
| | | | | | | | | | | | Also, fix typo in non-streaming stats. Signed-off-by: Antonis Kalipetis <akalipetis@gmail.com>
| * Add integration test for stats no-streamAntonis Kalipetis2015-10-221-0/+17
| | | | | | | | Signed-off-by: Antonis Kalipetis <akalipetis@gmail.com>
* | Merge pull request #834 from lots0logs/814-host-config-mem-swapDaniel Nephin2015-11-161-0/+32
|\ \ | | | | | | Add support for MemorySwappiness to client.create_host_config()
| * | Dont include mem_swappiness when testing use of str valuesDustin Falgout2015-11-051-2/+1
| | | | | | | | | | | | Signed-off-by: Dustin Falgout <dustin@falgout.us>
| * | Incorporates feedback from and closes #814Dustin Falgout2015-11-051-0/+33
| | | | | | | | | | | | Signed-off-by: Dustin Falgout <dustin@falgout.us>
* | | Merge pull request #851 from docker/remove-ci-transition-filesJoffrey F2015-11-121-13/+0
|\ \ \ | | | | | | | | Remove unused files
| * | | Remove unused filesremove-ci-transition-filesJoffrey F2015-11-121-13/+0
| | | | | | | | | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* | | | Merge pull request #850 from docker/mnowster-test-no-log-driver-specifiedJoffrey F2015-11-121-2/+0
|\ \ \ \ | |/ / / |/| | | Rebased #798
| * | | Merge branch 'test-no-log-driver-specified' of ↵mnowster-test-no-log-driver-specifiedJoffrey F2015-11-121-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | https://github.com/mnowster/docker-py into mnowster-test-no-log-driver-specified Signed-off-by: Joffrey F <joffrey@docker.com>
* | | | Merge pull request #848 from docker/845-fixJoffrey F2015-11-121-18/+31
|\ \ \ \ | |/ / / |/| | | Client.logs(tail=0) now shows no past logs (expected behavior)
| * | | Client.logs(tail=0) now shows no past logs (expected behavior)Joffrey F2015-11-121-18/+31
| | | | | | | | | | | | | | | | | | | | | | | | Add test confirming the new behavior. Signed-off-by: Joffrey F <joffrey@docker.com>
* | | | Add build integration test checking stderr shows up in streamJoffrey F2015-11-111-0/+19
|/ / / | | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* | | Update buildargs test to avoid race condition838-updateJoffrey F2015-11-101-2/+5
| | | | | | | | | | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* | | Support 'buildargs' parameter for docker 1.9.Leonty2015-11-101-0/+15
| | | | | | | | | | | | Signed-off-by: Leonty Balovnev <tigreavecdesailes@gmail.com>
* | | Bump default API version to 1.21bump_api_version_121Joffrey F2015-11-041-14/+17
|/ / | | | | | | | | | | | | Update Makefile to run tests against dind 1.9.0 Update network tests to account for latest API changes Signed-off-by: Joffrey F <joffrey@docker.com>
* | Merge pull request #830 from docker/fix-links-create-testJoffrey F2015-10-281-1/+1
|\ \ | | | | | | Use network_mode=bridge when testing links
| * | Use network_mode=bridge when testing linksJoffrey F2015-10-281-1/+1
| |/ | | | | | | | | | | | | | | Links are only compatible with network mode bridge. New versions of docker only create env entries when network mode is properly set. Signed-off-by: Joffrey F <joffrey@docker.com>
* | Move container volume bind tests to their own classCorey O'Brien2015-10-271-45/+53
|/ | | | Signed-off-by: Corey O'Brien <coreypobrien@gmail.com>
* Reorganize test directoriesreorganize_testsJoffrey F2015-10-219-0/+1958
More clearly separate unit and integration tests Allow splitting into multiple files Cleaner Signed-off-by: Joffrey F <joffrey@docker.com>