summaryrefslogtreecommitdiff
path: root/integration-cli/docker_api_images_test.go
Commit message (Expand)AuthorAgeFilesLines
* integration-cli: inline filters in testsSebastiaan van Stijn2023-04-251-3/+1
* integration-cli: rename vars that collided with importsSebastiaan van Stijn2023-04-031-14/+14
* integration-cli: fix empty-lines (revive)Sebastiaan van Stijn2022-09-281-1/+0
* integration-cli: split DockerSuite into subsequent build suitesCrazyMax2022-06-171-7/+7
* Windows: require Windows Server RS5 / ltsc2019 (build 17763) as minimumSebastiaan van Stijn2022-02-181-26/+0
* bump gotest.tools v3.0.1 for compatibility with Go 1.14Sebastiaan van Stijn2020-02-111-1/+1
* integration-cli: normalize comment formattingSebastiaan van Stijn2019-11-271-1/+1
* Use hcsshim osversion package for Windows versionsSebastiaan van Stijn2019-10-221-4/+9
* integration-cli: remove unnescessary conversions (unconvert)Sebastiaan van Stijn2019-09-181-1/+1
* integration-cli: Skip TestAPIImagesSaveAndLoad on RS3 and olderSebastiaan van Stijn2019-09-111-2/+2
* testutil: make testing packages publicSam Whited2019-09-111-1/+1
* rm-gocheck: run goimports to compile successfullyTibor Vass2019-09-091-1/+1
* rm-gocheck: check.C -> testing.TTibor Vass2019-09-091-7/+7
* Replace some checkers and assertions with gotest.toolsSebastiaan van Stijn2019-04-051-35/+35
* Remove use of deprecated client.NewEnvClient()Sebastiaan van Stijn2019-01-031-3/+3
* Remove SameHostDaemon, use testEnv.IsLocalDaemon insteadSebastiaan van Stijn2018-12-241-1/+1
* Temporarily disable failing tests on Windows RS3John Stephens2018-07-311-0/+21
* Switch from x/net/context -> contextKir Kolyshkin2018-04-231-1/+1
* Move integration-cli/request to internal/test/request…Vincent Demeester2018-04-171-1/+1
* Skip some tests in certain condition to run with e2e imageVincent Demeester2018-03-291-1/+8
* Remove duplicate calls for getting an APIClientDaniel Nephin2018-02-201-18/+6
* Migrate some calls to new client functionVincent Demeester2018-02-081-1/+1
* Remove deprecated environment.DaemonPlatform()Sebastiaan van Stijn2018-01-151-2/+2
* Fixes after dnephin reviewChristopher Crone2017-09-141-2/+1
* Fixes for dnephin reviewChristopher Crone2017-09-141-1/+1
* Skip some tests for E2EChristopher Crone2017-09-141-1/+2
* Use TLS for tests if neededChristopher Crone2017-09-141-2/+1
* Stop using deprecated SockRequestStanislav Bondarenko2017-08-231-37/+40
* Windows: Enable TestAPIImagesSaveAndLoadJohn Howard2017-07-311-2/+0
* Avoid using "example.com" in integration testAaron Lehmann2017-04-141-3/+7
* Merge pull request #30763 from ripcurld0/fix_30714Vincent Demeester2017-03-281-0/+23
|\
| * Fix the create API when fromSrc has a bad URLBoaz Shuster2017-03-261-0/+23
* | Introduce a `cli` package for test-integrationVincent Demeester2017-03-231-4/+6
* | Update request.* signature to remove the hostVincent Demeester2017-03-061-3/+3
* | Convert request.SockRequestRaw to appropriate methodsVincent Demeester2017-02-281-3/+3
|/
* Merge pull request #28409 from dnephin/swagger-gen-moreAlexander Morozov2017-01-261-1/+2
|\
| * Generate ImageHistory from swagger spec.Daniel Nephin2017-01-031-1/+2
* | Clean more build utils in integration cliVincent Demeester2017-01-171-10/+6
* | Use testEnv methods and remove most of the global variablesVincent Demeester2017-01-171-2/+2
* | Add test for image size for v1.12 and v1.13 clients against v1.13 daemonYong Tang2017-01-121-0/+36
* | Add a new request package in integration-cliVincent Demeester2017-01-031-8/+9
|/
* Remove pkg/integration and move it to testutil or integration-cliVincent Demeester2016-12-301-1/+1
* Generate api/types:Image from the swagger specDaniel Nephin2016-10-201-1/+1
* [nit] integration-cli: obey Go's naming conventionAkihiro Suda2016-09-301-5/+5
* Add engine-api types to dockerMichael Crosby2016-09-071-1/+1
* Assert error in body of function `inspectField*`Zhang Wei2016-01-291-1/+1
* Windows CI: Porting for docker_api_images_test.goJohn Howard2016-01-221-8/+10
* Modify import paths to point to the new engine-api package.David Calavera2016-01-061-1/+1
* Checkers on integration-cli/docker_api_images_testAditi Rajagopal2015-11-231-49/+39
* Windows: Get Integration CLI runningJohn Howard2015-09-041-0/+4