summaryrefslogtreecommitdiff
path: root/integration-cli/docker_cli_rm_test.go
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #19959 from WeiZhang555/fix-cli-print-errAlexander Morozov2016-02-031-6/+3
|\
| * Remove redundant error messageZhang Wei2016-02-031-6/+3
* | Add a getPrefixAndSlashFromDaemonPlatform …Vincent Demeester2016-02-031-12/+2
* | Windows CI: Port docker_cli_rm_test.goJohn Howard2016-02-021-13/+29
|/
* Remove redundant error messagesQiang Huang2015-12-291-2/+2
* Fix docker rmi trying to remove a being used parentLei Jitang2015-11-261-2/+2
* use of checkers on docker_cli_rm_test.goYuan Sun2015-10-191-26/+14
* Windows: Get Integration CLI runningJohn Howard2015-09-041-1/+5
* Don't pass check.C to dockerCmdWithErrorBrian Goff2015-07-271-5/+5
* Refactor : Use dockerCmd in integration-cli testsHu Keping2015-07-171-41/+13
* a few cleanups for client outputQiang Huang2015-05-051-2/+2
* Add tests for API container deleteAntonio Murdaca2015-05-041-11/+0
* Implement teardown removeAllImagesAlexander Morozov2015-04-241-1/+0
* Fixing statusCode checks for sockRequestMegan Kostick2015-04-231-7/+2
* Use suite for integration-cliAlexander Morozov2015-04-211-44/+32
* integ-cli: Use status code from sockRequest (fix #12335)Ahmet Alp Balkan2015-04-141-3/+3
* duplicate logDone in TestRmRunningContainerCheckError409 and TestRmRunningCon...Yuan Sun2015-04-141-1/+1
* Remove job from logsAntonio Murdaca2015-04-131-1/+1
* Last three tests skip on lxc.Jessica Frazelle2015-03-041-1/+1
* integ-cli: Skip tests assuming daemon/cli are on the same hostAhmet Alp Balkan2015-02-231-0/+1
* Better test cleanup with deferAhmet Alp Balkan2015-02-201-13/+13
* Fix format calls as suggested by vetAlexander Morozov2015-01-141-1/+1
* Error should be 409 as the container is different state to removeSrini Brahmaroutu2014-12-191-0/+18
* Make sure integration-cli test clean upTonis Tiigi2014-11-191-0/+1
* Fix vet errorsAlexandr Morozov2014-11-051-1/+1
* Replace '%s' in rm testsJessica Frazelle2014-10-141-1/+1
* update testVictor Vieux2014-10-061-1/+3
* add test and move one from rm to rmiVictor Vieux2014-10-021-20/+4
* Split volumes out from daemonBrian Goff2014-09-191-2/+2
* Use prefix naming for rm testsAlexandr Morozov2014-09-191-6/+6
* Fix go vet warningsAlexandr Morozov2014-08-131-1/+1
* Revert `rm -f` deprecation use SIGKILL insteadBrian Goff2014-08-071-25/+3
* Move some integration tests to integration-cliTibor Vass2014-08-061-0/+64
* Add tests for rm with stop and kill optionsAdrien Folie2014-07-111-9/+43
* make TestRemoveContainerRunning handle signalsunclejack2014-06-301-1/+1
* convert so rm tests to integration-cliVictor Vieux2014-04-181-0/+39
* Fix unmount when host volume is removedMichael Crosby2014-04-141-0/+27