summaryrefslogtreecommitdiff
path: root/integration-cli/docker_cli_plugins_test.go
Commit message (Expand)AuthorAgeFilesLines
* bump gotest.tools v3.0.1 for compatibility with Go 1.14Sebastiaan van Stijn2020-02-111-1/+1
* integration-cli: S1025: the argument is already a string (gosimple)Sebastiaan van Stijn2019-09-181-1/+1
* integration-cli: remove unneeded fmt.Sprintf() in assertsSebastiaan van Stijn2019-09-111-1/+1
* testutil: make testing packages publicSam Whited2019-09-111-1/+1
* rm-gocheck: goimportsTibor Vass2019-09-091-1/+0
* rm-gocheck: convert check.Commentf to string - otherTibor Vass2019-09-091-1/+1
* rm-gocheck: convert check.Commentf to string - with just one stringTibor Vass2019-09-091-3/+3
* rm-gocheck: convert check.Commentf to string - with multiple argsTibor Vass2019-09-091-1/+1
* rm-gocheck: Contains -> strings.ContainsTibor Vass2019-09-091-73/+43
* rm-gocheck: Not(Contains) -> !strings.ContainsTibor Vass2019-09-091-1/+1
* rm-gocheck: run goimports to compile successfullyTibor Vass2019-09-091-0/+1
* rm-gocheck: TrueTibor Vass2019-09-091-1/+1
* rm-gocheck: IsNilTibor Vass2019-09-091-4/+4
* rm-gocheck: Equals -> assert.EqualTibor Vass2019-09-091-6/+6
* rm-gocheck: check.C -> testing.TTibor Vass2019-09-091-17/+17
* rm-gocheck: c.Assert(...) -> assert.Assert(c, ...)Tibor Vass2019-09-091-55/+55
* Replace some checkers and assertions with gotest.toolsSebastiaan van Stijn2019-04-051-70/+71
* Remove SameHostDaemon, use testEnv.IsLocalDaemon insteadSebastiaan van Stijn2018-12-241-2/+2
* integration: use %s for check.Commentf()Kir Kolyshkin2018-08-141-2/+2
* Fix ineffassign lintingSebastiaan van Stijn2018-07-111-8/+8
* Switch from x/net/context -> contextKir Kolyshkin2018-04-231-1/+1
* Merge pull request #36838 from vdemeester/integration-fixtures-refactoringAnusha Ragunathan2018-04-161-1/+1
|\
| * Clean some integration-cli/fixtures package/filesVincent Demeester2018-04-161-1/+1
* | Small daemon refactoring and add swarm init/join helpersVincent Demeester2018-04-161-1/+1
|/
* Migrate DockerTrustSuite to docker/cli e2e testsVincent Demeester2018-03-191-46/+0
* Remove duplicate calls for getting an APIClientDaniel Nephin2018-02-201-10/+6
* Remove deprecated environment.DockerBasePath()Sebastiaan van Stijn2018-01-151-3/+3
* Fix potential panic during plugin set.Anusha Ragunathan2017-11-281-0/+28
* Update tests to use icmdDaniel Nephin2017-08-251-1/+1
* Turn off plugin upgrade test when userns onPhil Estes2017-08-241-1/+1
* Testing: Use local plugins, not from hubBrian Goff2017-07-141-56/+91
* Spelling fixesJosh Soref2017-07-031-1/+1
* Add support for metrics pluginsBrian Goff2017-05-121-0/+23
* Use `cli` for trusted relate commandVincent Demeester2017-04-191-16/+12
* Merge pull request #30047 from duglin/distErrorTibor Vass2017-03-101-1/+1
|\
| * Add the mediaType to the errorDoug Davis2017-02-281-1/+1
* | [multi-arch] skip more plugin tests on non-x86Christopher Jones2017-02-281-1/+1
* | Make propagated mount persist outside rootfsBrian Goff2017-02-031-1/+6
* | Add docker plugin upgradeBrian Goff2017-02-031-0/+27
|/
* Add `--format` flag for `docker plugin ls`Yong Tang2017-01-201-0/+26
* Use testEnv methods and remove most of the global variablesVincent Demeester2017-01-171-1/+1
* Merge pull request #29947 from vdemeester/integration-some-runCommandWithOutp...Sebastiaan van Stijn2017-01-101-24/+13
|\
| * Update trustedCmd to be compatible with testutil/cmdVincent Demeester2017-01-091-24/+13
* | Set plugins used in tests back to original namesTonis Tiigi2017-01-051-2/+2
|/
* Merge pull request #29556 from mavenugo/refcountVictor Vieux2017-01-031-0/+29
|\
| * Handle Plugin reference count during network create and deleteMadhu Venugopal2016-12-301-0/+29
* | Remove pkg/integration and move it to testutil or integration-cliVincent Demeester2016-12-301-1/+1
|/
* Tests to allow ID-based `docker plugin enable/disable/rm/set`Yong Tang2016-12-281-0/+53
* Support for docker content trust for pluginsDerek McGowan2016-12-271-0/+61
* Implement content addressability for pluginsTonis Tiigi2016-12-231-5/+17