summaryrefslogtreecommitdiff
path: root/integration-cli/docker_api_test.go
Commit message (Collapse)AuthorAgeFilesLines
* Support TLS remote test daemonTibor Vass2016-02-251-2/+1
| | | | | | | This will allow us to have a windows-to-linux CI, where the linux host can be anywhere, connecting with TLS. Signed-off-by: Tibor Vass <tibor@docker.com>
* integration-cli: fix minimum and default api version testAntonio Murdaca2016-02-041-2/+5
| | | | Signed-off-by: Antonio Murdaca <runcom@redhat.com>
* pkg/version.Version: use the new String() methodAditi Rajagopal2015-12-181-2/+2
| | | | | | Resolves #18750 Signed-off-by: Aditi Rajagopal <arajagopal@us.ibm.com>
* Add a DOCKER_API_VERSION env varDoug Davis2015-12-141-1/+26
| | | | | | | | | | Closes: #11486 Just for @ahmetalpbalkan :-) Fixed some comment formatting too while in there. Signed-off-by: Doug Davis <dug@us.ibm.com>
* Use checker on integration test when possibleHu Keping2015-10-221-15/+16
| | | | Signed-off-by: Hu Keping <hukeping@huawei.com>
* Ensure body is closed after error is checkedAntonio Murdaca2015-07-231-1/+1
| | | | Signed-off-by: Antonio Murdaca <runcom@linux.com>
* Error out if client API version is too oldAntonio Murdaca2015-06-181-2/+33
| | | | Signed-off-by: Antonio Murdaca <runcom@linux.com>
* Add GOOS in User-AgentJohn Howard2015-06-041-1/+1
| | | | Signed-off-by: John Howard <jhoward@microsoft.com>
* Make version check return 400 instead of 404Doug Davis2015-05-191-0/+17
| | | | | | Closes: #13321 Signed-off-by: Doug Davis <dug@us.ibm.com>
* Remove integration tests and port them to integration-cliAntonio Murdaca2015-04-301-0/+25
Signed-off-by: Antonio Murdaca <me@runcom.ninja>