summaryrefslogtreecommitdiff
path: root/integration/plugin/volumes
Commit message (Expand)AuthorAgeFilesLines
* linting: gosec: fix or suppress G112, G114 in test codeSebastiaan van Stijn2022-09-041-2/+4
* refactor: move from io/ioutil to io and os packageEng Zer Jun2021-08-271-2/+1
* integration: ensurePlugin: disable go modules when building pluginSebastiaan van Stijn2021-05-181-1/+1
* replace pkg/locker with github.com/moby/lockerSebastiaan van Stijn2020-09-101-1/+1
* test-integration: support more rootless testsAkihiro Suda2020-03-161-0/+1
* bump gotest.tools v3.0.1 for compatibility with Go 1.14Sebastiaan van Stijn2020-02-112-3/+3
* Check for OS Type and skip within the testvikrambirsingh2019-11-071-3/+0
* testutil: make testing packages publicSam Whited2019-09-113-4/+4
* Improvements to the test runnersBrian Goff2019-07-312-2/+0
* Use assert.NilError() instead of assert.Assert()Sebastiaan van Stijn2019-01-211-3/+3
* Replace t.Fatal(err) with assert.NilError(t, err)Yong Tang2019-01-151-6/+3
* Fix: plugin-tests discarding current environmentSebastiaan van Stijn2019-01-121-1/+1
* Test: Replace NewClient() with NewClientT()Sebastiaan van Stijn2018-12-221-6/+5
* Windows: Start of enabling tests under integration/Vincent Demeester2018-09-261-0/+1
* Update tests to use gotest.tools đŸ‘¼Vincent Demeester2018-06-131-2/+2
* Skip some test on remote daemon for e2e run(s)Vincent Demeester2018-04-261-0/+2
* Clean some integration-cli/fixtures package/filesVincent Demeester2018-04-162-2/+2
* Move integration-cli daemon package to internal/test…Vincent Demeester2018-04-102-4/+2
* Don't sort plugin mounts sliceBrian Goff2018-03-286-0/+184