summaryrefslogtreecommitdiff
path: root/integration-cli/docker_cli_external_volume_driver_unix_test.go
Commit message (Expand)AuthorAgeFilesLines
* Replace some checkers and assertions with gotest.toolsSebastiaan van Stijn2019-04-051-35/+36
* Remove SameHostDaemon, use testEnv.IsLocalDaemon insteadSebastiaan van Stijn2018-12-241-1/+1
* integration: use %s for check.Commentf()Kir Kolyshkin2018-08-141-27/+27
* Extract volume interaction to a volumes serviceBrian Goff2018-05-251-7/+5
* Small daemon refactoring and add swarm init/join helpersVincent Demeester2018-04-161-3/+2
* Remove deprecated environment.ExperimentalDaemon()Sebastiaan van Stijn2018-01-151-1/+1
* Fixes after dnephin reviewChristopher Crone2017-09-141-0/+1
* Add refcount for MountPointBrian Goff2017-04-281-0/+15
* don't obfuscate error during createBrian Goff2017-04-031-2/+2
* Add unit tests to cli/command/volume packageVincent Demeester2017-02-271-5/+0
* Merge pull request #29894 from cpuguy83/cleanup_volumedriver_retry_testVincent Demeester2017-02-171-16/+15
|\
| * Use 2 seconds instead of 2000 millisecondsDaniel Nephin2017-02-101-1/+1
| * Use vol plugin creator instead of inserting specBrian Goff2017-01-041-16/+15
* | fix some ineffectual assignmentsSebastiaan van Stijn2017-01-241-1/+2
* | Use testEnv methods and remove most of the global variablesVincent Demeester2017-01-171-1/+1
* | Refactor docker_cli_build_test.goVincent Demeester2017-01-151-1/+1
|/
* Remove pkg/integration and move it to testutil or integration-cliVincent Demeester2016-12-301-1/+1
* Merge pull request #29378 from aaronlehmann/swarm-pluginsVincent Demeester2016-12-191-0/+16
|\
| * Fix volume Create to check against canonical driver nameAaron Lehmann2016-12-161-0/+16
* | return directly without ifs in remaining packagesunclejack2016-12-141-4/+2
|/
* Use *check.C in StartWithBusybox, Start, Stop and Restart…Vincent Demeester2016-12-121-21/+14
* Extract daemon to its own packageVincent Demeester2016-12-091-2/+5
* Fix out-of-band vol delete+create for same driverBrian Goff2016-11-301-0/+28
* Check for valid daemon in TearDownTest.Anusha Ragunathan2016-11-211-2/+4
* Fix uneccessary calls to `volume.Unmount()`Brian Goff2016-11-101-1/+20
* Fix volume creates blocked by stale cache entriesBrian Goff2016-11-031-57/+95
* Add engine-api types to dockerMichael Crosby2016-09-071-1/+1
* Add option to specify name without --name in volume createKara Alexandra2016-08-251-7/+7
* DockerExternalVolumeSuite: add daemon to testChristopher Jones2016-06-281-2/+6
* Fix test typoChristopher Jones2016-06-151-1/+1
* Add support for volume scopesBrian Goff2016-06-051-0/+29
* fix typosallencloud2016-06-021-1/+1
* When calling volume driver Mount, send opaque IDBrian Goff2016-04-291-0/+15
* Allow volume drivers to provide a `Status` fieldBrian Goff2016-04-151-0/+478