..
build_tests
Remove internet dependency from TestBuildCacheADD
2014-08-18 14:13:43 +04:00
MAINTAINERS
Fix format in maintainers files
2014-06-02 07:05:06 +00:00
docker_api_events_test.go
Fix line delimited JSON response
2014-09-08 09:41:26 -07:00
docker_api_inspect_test.go
Proper JSON handling of strings that could be represented as other types
2014-09-16 13:51:02 -04:00
docker_cli_attach_test.go
Fix multiple attach test.
2014-08-22 03:58:05 -07:00
docker_cli_build_test.go
Add Build prefix to Copy tests
2014-09-18 09:09:10 +04:00
docker_cli_commit_test.go
Add logDone logs where it's missing
2014-08-28 09:25:57 +04:00
docker_cli_cp_test.go
integration-cli: cp: added symlink-related tests
2014-05-24 11:01:20 +10:00
docker_cli_create_test.go
integration-cli: Add docker create tests
2014-09-16 18:40:24 -04:00
docker_cli_daemon_test.go
Add TestDaemonRestartWithRunningContainersPorts
2014-09-02 12:13:21 -07:00
docker_cli_diff_test.go
Add logDone logs where it's missing
2014-08-28 09:25:57 +04:00
docker_cli_events_test.go
Fix go vet warnings
2014-08-13 11:37:30 +04:00
docker_cli_export_import_test.go
add docker import test with a tag. Fixes #7714
2014-08-26 15:51:22 +08:00
docker_cli_history_test.go
Add logDone logs where it's missing
2014-08-28 09:25:57 +04:00
docker_cli_images_test.go
Removing an image that fails, also removes the image name/tag.
2014-09-11 11:29:25 -07:00
docker_cli_import_test.go
integ-cli: fix TestImportDisplay & add FileServer
2014-09-16 01:54:21 +03:00
docker_cli_info_test.go
initial version of cli integration tests
2014-03-29 23:09:40 +02:00
docker_cli_inspect_test.go
Move TestGetImagesByName
2014-07-03 01:39:08 +02:00
docker_cli_kill_test.go
move TestKillDifferentUser
2014-08-27 23:34:37 +00:00
docker_cli_links_test.go
Add logDone logs where it's missing
2014-08-28 09:25:57 +04:00
docker_cli_logs_test.go
add the timeutils package
2014-09-17 14:30:08 +03:00
docker_cli_nat_test.go
Make nat test less racy and accurate
2014-09-01 16:54:32 -07:00
docker_cli_port_test.go
List all ports when calling `docker port container`
2014-08-29 18:31:51 +10:00
docker_cli_ps_test.go
Test for docker ps -s
2014-09-12 11:45:50 +04:00
docker_cli_pull_test.go
pull only busybox:latest
2014-06-02 19:54:17 +00:00
docker_cli_push_test.go
cli integration: sync container & image deletion
2014-04-04 03:22:32 +03:00
docker_cli_restart_test.go
fix docker integration-cli restart test race
2014-07-28 23:46:14 -07:00
docker_cli_rm_test.go
Fix go vet warnings
2014-08-13 11:37:30 +04:00
docker_cli_rmi_test.go
Removing an image that fails, also removes the image name/tag.
2014-09-11 11:29:25 -07:00
docker_cli_run_test.go
Allow extra lines in /etc/hosts
2014-09-16 23:38:23 +00:00
docker_cli_save_load_test.go
integ-cli: test correct directory permissions
2014-09-08 20:02:40 +03:00
docker_cli_search_test.go
Fix search test for busybox image
2014-08-19 09:52:46 -07:00
docker_cli_tag_test.go
Update integration-cli tests to allow one-letter tag as valid.
2014-09-15 15:17:50 -07:00
docker_cli_top_test.go
Merge pull request #7812 from erikh/fix_top
2014-09-01 11:31:38 -07:00
docker_cli_version_test.go
client: Rip out HTTP check from docker version
2014-05-18 02:22:22 +01:00
docker_test_vars.go
integcli: resolve full path to docker binary
2014-05-17 02:38:28 +03:00
docker_utils.go
fixes #7802 , when api version 1.11 is `json.Marshal`ing the container struct
2014-09-08 09:30:33 -07:00
utils.go
integcli: run build tests in tmpdir
2014-09-17 20:05:33 +03:00