summaryrefslogtreecommitdiff
path: root/integration-cli/docker_cli_daemon_plugins_test.go
Commit message (Expand)AuthorAgeFilesLines
* Replace some checkers and assertions with gotest.toolsSebastiaan van Stijn2019-04-051-32/+32
* Remove SameHostDaemon, use testEnv.IsLocalDaemon insteadSebastiaan van Stijn2018-12-241-2/+2
* integration-cli: error report improvementsKir Kolyshkin2018-08-141-6/+6
* integration: use %s for check.Commentf()Kir Kolyshkin2018-08-141-10/+10
* Update tests to use gotest.tools đŸ‘¼Vincent Demeester2018-06-131-1/+1
* pkg/mount: implement/use filter for mountinfo parsingKir Kolyshkin2018-04-191-1/+1
* Migrate test-integration-cli experimental plugin tests to integrationVincent Demeester2018-04-191-18/+0
* Cleanup volume plugin test with bad assumptionsBrian Goff2018-02-201-25/+2
* Update tests to use icmdDaniel Nephin2017-08-251-1/+1
* [project] change syscall to /x/sys/unix|windowsChristopher Jones2017-07-111-2/+2
* Add missing test for daemon kill with plugins running.Anusha Ragunathan2017-03-221-1/+28
* [multi-arch] skip more plugin tests on non-x86Christopher Jones2017-02-281-2/+2
* Add `capability` filter to `docker plugin ls`Yong Tang2017-01-271-0/+27
* Add `--filter enabled=true` for `docker plugin ls`Yong Tang2017-01-261-0/+28
* Update trustedCmd to be compatible with testutil/cmdVincent Demeester2017-01-091-3/+2
* Clean some runCommandWithOutput accross integration-cli codeVincent Demeester2017-01-051-15/+8
* Remove pkg/integration and move it to testutil or integration-cliVincent Demeester2016-12-301-1/+1
* Merge pull request #28623 from cpuguy83/update_graphdriver_docsVincent Demeester2016-12-241-1/+1
|\
| * Moves graphdriver plugn docs out of experimentalBrian Goff2016-12-221-1/+1
* | Enforce zero plugin refcount during disable.Anusha Ragunathan2016-12-221-2/+9
|/
* Ensure test graphdriver plugin runs on test hostBrian Goff2016-12-191-2/+2
* Fix volume plugin refecounting on daemon restartBrian Goff2016-12-161-0/+21
* Make graphdriver plugin use plugin BasePathBrian Goff2016-12-151-0/+18
* Fix issues with plugin and `--live-restore`Brian Goff2016-12-131-1/+6
* [integration-cli] skip plugin tests on non-x86Christopher Jones2016-12-121-6/+6
* Use *check.C in StartWithBusybox, Start, Stop and Restart…Vincent Demeester2016-12-121-33/+11
* Extract daemon to its own packageVincent Demeester2016-12-091-3/+3
* plugins: container-rootfs-relative pathsTibor Vass2016-12-091-5/+30
* plugins: fix some testsTibor Vass2016-11-211-26/+24
* Skip plugin tests if not in amd64Tonis Tiigi2016-11-111-3/+3
* move plugins out of experimentalVictor Vieux2016-11-101-0/+243