summaryrefslogtreecommitdiff
path: root/integration-cli/docker_cli_ps_test.go
Commit message (Expand)AuthorAgeFilesLines
* Update TestPsShowMounts to also test bind mountsKenfe-Mickael Laventure2016-03-171-2/+42
* Add check about filter name for containersKai Qiang Wu(Kennan)2016-03-161-0/+6
* Reenabled TestPsListContainers* tests and increased sleep timeDarren Stahl2016-03-041-49/+0
* Windows CI: Temporarily disable TestPsListContainers*John Howard2016-03-021-0/+49
* Merge pull request #20480 from wenchma/20431-filter_since_beforeVincent Demeester2016-02-291-0/+8
|\
| * Enhancement of docker ps before and since filtersWen Cheng Ma2016-02-251-0/+8
* | integration-cli: remove not necessary -d againAntonio Murdaca2016-02-281-25/+34
|/
* Add mounts to docker ps.David Calavera2016-02-231-0/+53
* Fix the since and before filter behaviorVincent Demeester2016-02-091-17/+97
* Windows CI: TP4 reliability hackJohn Howard2016-02-011-28/+3
* Windows CI: Turn off unreliable TP4 testsJohn Howard2016-01-311-2/+23
* Assert error in body of function `inspectField*`Zhang Wei2016-01-291-1/+1
* Factorize sleeping containersArnaud Porterie2016-01-271-17/+11
* Windows CI: Darn it, I broke due to multiple declarationsJohn Howard2016-01-261-2/+0
* Windows CI: Address simple failures in TestPS*John Howard2016-01-231-31/+41
* Windows: TestPsNotShowPortsOfStoppedContainer linux onlyJohn Howard2016-01-211-0/+1
* Fix #19477, clean up the ports when release networkLei Jitang2016-01-201-0/+17
* Add --format support to images commandVincent Demeester2015-12-211-1/+1
* Re-implement --before and --since as options for --filterWen Cheng Ma2015-11-201-17/+18
* Test that paused containers show up filtering by status.David Calavera2015-11-191-7/+15
* Remove deprecated cli flagsAntonio Murdaca2015-11-151-3/+2
* add c.Assert in docker_cli_ps_test.goZhang Kun2015-11-041-204/+85
* Windows: Get Integration CLI runningJohn Howard2015-09-041-4/+17
* Refactor daemon container list.David Calavera2015-08-311-18/+17
* Add 'ancestor' ps filter for imageVincent Demeester2015-08-261-0/+110
* Use image ID if tag has been updatedTravis Thieman2015-08-231-0/+54
* Merge pull request #15412 from vdemeester/dont-sleep-too-muchBrian Goff2015-08-211-6/+2
|\
| * Remove/Comment time.Sleep in integration testsVincent Demeester2015-08-181-6/+2
* | Fix ignore `-q` flag in `docker ps` when there is a default format.David Calavera2015-08-171-0/+23
|/
* Don't pass check.C to dockerCmdWithErrorBrian Goff2015-07-271-2/+2
* Fix "docker ps" with no containers regressionTianon Gravi2015-07-231-0/+15
* ps --format: Add config.js doc, fix gofmt, add integration testsPhil Estes2015-07-221-0/+31
* Use dockerCmd when possible (#14603)Vincent Demeester2015-07-141-66/+23
* Validate status= filter to docker psJohn Howard2015-07-021-0/+5
* Merge pull request #12838 from fntlnz/test-cmdDavid Calavera2015-06-021-239/+54
|\
| * Using dockerCmd when possibleLorenzo Fontana2015-05-191-239/+54
* | Add a "Created" state for new containers that haven't been run yetDoug Davis2015-05-301-0/+51
* | Make docker ps --size show virtual size really workLei Jitang2015-05-211-1/+15
|/
* c.Fatal won't fail and exit test inside a goroutine, errors should be handled...Antonio Murdaca2015-04-291-1/+0
* trivial: typo cleanupDavid Mackey2015-04-271-1/+1
* Implement teardown removeAllImagesAlexander Morozov2015-04-241-1/+0
* Remove deleteAllContainers call in testAntonio Murdaca2015-04-231-3/+0
* Use suite for integration-cliAlexander Morozov2015-04-211-137/+120
* fix #12188 integration-cli: tests using "sleep" can timeout too early - chang...Todd Whiteman2015-04-091-2/+2
* fix up Image-name related issues in docker ps and CILiu Hua2015-04-091-5/+24
* cleanup/fix integration-cli for overlay in overlayJessica Frazelle2015-04-081-17/+27
* Merge pull request #12107 from cpuguy83/remove_striptrailingcharsArnaud Porterie2015-04-061-11/+11
|\
| * Remove `stripTrailingCharacters` from testsBrian Goff2015-04-061-11/+11
* | integration-cli: add check for TestPsListContainersSize when no containers ar...Todd Whiteman2015-04-021-0/+3
* | integration-cli: make TestPsGroupPortRange fastunclejack2015-04-021-1/+1
|/