summaryrefslogtreecommitdiff
path: root/tests/integration/container_test.py
Commit message (Expand)AuthorAgeFilesLines
* Add tmpfs integration testAanand Prasad2016-03-161-0/+16
* Invalid log driver error raised during create_container stepdocker-21153Joffrey F2016-03-141-6/+5
* Merge pull request #916 from docker/container_update_featureJoffrey F2016-02-241-0/+18
|\
| * Improve parse_bytes util methodcontainer_update_featureJoffrey F2016-02-231-1/+1
| * New `update_container` methodJoffrey F2016-02-231-0/+18
* | Merge pull request #942 from seguins/934-separate-stream-follow-logsJoffrey F2016-02-241-2/+2
|\ \
| * | Separate params stream and follow for logs.Stéphane Seguin2016-02-161-2/+2
| |/
* | Fix env vars with empty values.Daniel Nephin2016-02-241-2/+5
* | Format environment variables to match docker-cli.Daniel Nephin2016-02-231-0/+10
|/
* Merge branch 'VolumeBind' of https://github.com/keloyang/docker-py into keloy...Joffrey F2016-02-081-2/+0
|\
| * create tempfile in VolumeBindTest for non-auto-creating of dockeryangshukui2016-02-041-0/+1
|/
* Don't expect non-zero exit code when stopping a containerstop_test_updateJoffrey F2015-12-231-6/+0
* incorporate feedbackDustin Falgout2015-12-041-14/+4
* Use new methods to raise exceptions in create_host_config.Dustin Falgout2015-12-031-0/+17
* allow interactive execTomas Tomecek2015-12-031-46/+8
* tests,integration: ensure container is removed if start failsTomas Tomecek2015-12-021-1/+1
* Fix integration-dind-ssl make task852-independent-integrationJoffrey F2015-11-181-1/+1
* Move methods/classes used by all integration tests to helpers.pyJoffrey F2015-11-181-24/+23
* Wrong key name in stats testJoffrey F2015-11-181-1/+1
* Merge pull request #805 from sourcelair/enhancement/stats-no-streamDaniel Nephin2015-11-171-0/+31
|\
| * Add test for streaming statsAntonis Kalipetis2015-10-221-2/+16
| * Add integration test for stats no-streamAntonis Kalipetis2015-10-221-0/+17
* | Merge pull request #834 from lots0logs/814-host-config-mem-swapDaniel Nephin2015-11-161-0/+32
|\ \
| * | Dont include mem_swappiness when testing use of str valuesDustin Falgout2015-11-051-2/+1
| * | Incorporates feedback from and closes #814Dustin Falgout2015-11-051-0/+33
* | | Merge pull request #850 from docker/mnowster-test-no-log-driver-specifiedJoffrey F2015-11-121-2/+0
|\ \ \
| * | | Merge branch 'test-no-log-driver-specified' of https://github.com/mnowster/do...mnowster-test-no-log-driver-specifiedJoffrey F2015-11-121-2/+0
| |/ /
* | | Client.logs(tail=0) now shows no past logs (expected behavior)Joffrey F2015-11-121-18/+31
|/ /
* | Merge pull request #830 from docker/fix-links-create-testJoffrey F2015-10-281-1/+1
|\ \
| * | Use network_mode=bridge when testing linksJoffrey F2015-10-281-1/+1
| |/
* | Move container volume bind tests to their own classCorey O'Brien2015-10-271-45/+53
|/
* Reorganize test directoriesreorganize_testsJoffrey F2015-10-211-0/+991