.. |
fixtures
|
05013f1250
Move https integration tests as unit tests under client
|
před 10 roky |
check_test.go
|
57464c32b9
Implement daemon suite for integration-cli
|
před 10 roky |
docker_api_attach_test.go
|
c7b2632dc8
Remove c.Fatal from goroutine in TestGetContainersAttachWebsocket
|
před 10 roky |
docker_api_containers_test.go
|
4ce817796e
Avoid nil pointer dereference while creating a container with an empty Config
|
před 10 roky |
docker_api_exec_resize_test.go
|
c7845e27ee
Fixing statusCode checks for sockRequest
|
před 10 roky |
docker_api_exec_test.go
|
c7845e27ee
Fixing statusCode checks for sockRequest
|
před 10 roky |
docker_api_images_test.go
|
7284b08204
Remove API codepaths < 1.12
|
před 10 roky |
docker_api_info_test.go
|
c7845e27ee
Fixing statusCode checks for sockRequest
|
před 10 roky |
docker_api_inspect_test.go
|
7284b08204
Remove API codepaths < 1.12
|
před 10 roky |
docker_api_logs_test.go
|
6809fa6861
Delete "defer deleteAllContainers()" from integration-cli
|
před 10 roky |
docker_api_resize_test.go
|
c7845e27ee
Fixing statusCode checks for sockRequest
|
před 10 roky |
docker_api_stats_test.go
|
855a056af7
Fixes content-type/length for stats stream=false
|
před 10 roky |
docker_api_test.go
|
7fcf849749
Make version check return 400 instead of 404
|
před 10 roky |
docker_api_version_test.go
|
c7845e27ee
Fixing statusCode checks for sockRequest
|
před 10 roky |
docker_cli_attach_test.go
|
4203230cbb
c.Fatal won't fail and exit test inside a goroutine, errors should be handled outside with a channel
|
před 10 roky |
docker_cli_attach_unix_test.go
|
4203230cbb
c.Fatal won't fail and exit test inside a goroutine, errors should be handled outside with a channel
|
před 10 roky |
docker_cli_build_test.go
|
0e10507a1c
[builder] Make build cache ignore mtime
|
před 10 roky |
docker_cli_build_unix_test.go
|
a914101296
Do not require cgroups capabilities on windows to run the integration tests.
|
před 10 roky |
docker_cli_by_digest_test.go
|
642e6a3773
Prevent fallback to v1 registry for digest pulls
|
před 10 roky |
docker_cli_commit_test.go
|
74f8a4eca4
Use inspectField to simplify code
|
před 10 roky |
docker_cli_config_test.go
|
dc944ea7e4
Use suite for integration-cli
|
před 10 roky |
docker_cli_cp_test.go
|
2029257e3c
Merge pull request #13493 from jlhawn/volume_unmount_fix
|
před 10 roky |
docker_cli_create_test.go
|
79621c7728
Container don't inherit from image labels
|
před 10 roky |
docker_cli_daemon_test.go
|
4750e1f77e
Merge pull request #13784 from mrjana/cnm_integ
|
před 10 roky |
docker_cli_diff_test.go
|
50868b2c57
fixed TestDiffEnsureDockerinitFilesAreIgnored is too long #12672
|
před 10 roky |
docker_cli_events_test.go
|
74c12aa429
Default events since to current time
|
před 10 roky |
docker_cli_events_unix_test.go
|
dc944ea7e4
Use suite for integration-cli
|
před 10 roky |
docker_cli_exec_test.go
|
d898372568
TestExecStopNotHanging: log output as string
|
před 10 roky |
docker_cli_exec_unix_test.go
|
ade8146aa8
reuse same code for setting pipes in run/exec
|
před 10 roky |
docker_cli_experimental_test.go
|
b372f9f224
fix experimental version and release script
|
před 10 roky |
docker_cli_export_import_test.go
|
a268e36719
Clean tests from not needed inspect call
|
před 10 roky |
docker_cli_help_test.go
|
8324d7918b
Carry #11858
|
před 10 roky |
docker_cli_history_test.go
|
a9688cdca5
Implement teardown removeAllImages
|
před 10 roky |
docker_cli_images_test.go
|
a9688cdca5
Implement teardown removeAllImages
|
před 10 roky |
docker_cli_import_test.go
|
3f4926e49b
Fix a regression in `docker import` on error from URL
|
před 10 roky |
docker_cli_info_test.go
|
78578125ce
Add suffix to experimental builds version
|
před 10 roky |
docker_cli_inspect_test.go
|
aac645ae04
Merge pull request #13282 from duglin/RemoveBash
|
před 10 roky |
docker_cli_kill_test.go
|
46af724e81
Merge pull request #12371 from rhatdan/kill
|
před 10 roky |
docker_cli_links_test.go
|
d18919e304
Docker integration with libnetwork
|
před 10 roky |
docker_cli_login_test.go
|
dc944ea7e4
Use suite for integration-cli
|
před 10 roky |
docker_cli_logs_test.go
|
0c84604f54
Fix goroutine leak on logs -f with no output
|
před 10 roky |
docker_cli_nat_test.go
|
4f42097883
Fix nat integration tests
|
před 10 roky |
docker_cli_pause_test.go
|
dc944ea7e4
Use suite for integration-cli
|
před 10 roky |
docker_cli_port_test.go
|
7b9ae696d8
Add integ test for unpublished ports in ps o/p
|
před 10 roky |
docker_cli_proxy_test.go
|
57464c32b9
Implement daemon suite for integration-cli
|
před 10 roky |
docker_cli_ps_test.go
|
6c42b3947a
Merge pull request #12838 from fntlnz/test-cmd
|
před 10 roky |
docker_cli_pull_test.go
|
f696b1071a
Implement DockerRegistrySuite in integration-cli
|
před 10 roky |
docker_cli_push_test.go
|
576985a1dc
Finally remove our copy of "archive/tar" now that Go 1.4 is the minimum!
|
před 10 roky |
docker_cli_rename_test.go
|
cd6cc45d52
Fix TestRenameStoppedContainer race
|
před 10 roky |
docker_cli_restart_test.go
|
74f8a4eca4
Use inspectField to simplify code
|
před 10 roky |
docker_cli_rm_test.go
|
5a6db4fd44
a few cleanups for client output
|
před 10 roky |
docker_cli_rmi_test.go
|
185f392691
fix bug with rmi multiple tag
|
před 10 roky |
docker_cli_run_test.go
|
0adfb908a6
fix lxc build
|
před 10 roky |
docker_cli_run_unix_test.go
|
a914101296
Do not require cgroups capabilities on windows to run the integration tests.
|
před 10 roky |
docker_cli_save_load_test.go
|
a268e36719
Clean tests from not needed inspect call
|
před 10 roky |
docker_cli_save_load_unix_test.go
|
9ec5e4f7df
Fix kr/pty import path
|
před 10 roky |
docker_cli_search_test.go
|
6e8aa4e588
Verify the no-trunc option for the search operation.
|
před 10 roky |
docker_cli_start_test.go
|
81fa9feb0c
Volumes refactor and external plugin implementation.
|
před 10 roky |
docker_cli_start_volume_driver_unix_test.go
|
30448166de
Fix volume plugin serialization.
|
před 10 roky |
docker_cli_stats_test.go
|
96123a1fd5
Add docker stats --no-stream show cpu usage
|
před 10 roky |
docker_cli_tag_test.go
|
74f8a4eca4
Use inspectField to simplify code
|
před 10 roky |
docker_cli_top_test.go
|
086b514f6a
Removed deleteContainer calls
|
před 10 roky |
docker_cli_version_test.go
|
dc944ea7e4
Use suite for integration-cli
|
před 10 roky |
docker_cli_wait_test.go
|
74f8a4eca4
Use inspectField to simplify code
|
před 10 roky |
docker_test_vars.go
|
81fa9feb0c
Volumes refactor and external plugin implementation.
|
před 10 roky |
docker_test_vars_cli.go
|
bc37c036b5
integration-cli: add mechanism to skip tests
|
před 10 roky |
docker_test_vars_daemon.go
|
bc37c036b5
integration-cli: add mechanism to skip tests
|
před 10 roky |
docker_utils.go
|
54ac3d9c76
Made doc consistent with code
|
před 10 roky |
registry.go
|
dc944ea7e4
Use suite for integration-cli
|
před 10 roky |
requirements.go
|
a914101296
Do not require cgroups capabilities on windows to run the integration tests.
|
před 10 roky |
requirements_unix.go
|
a914101296
Do not require cgroups capabilities on windows to run the integration tests.
|
před 10 roky |
test_vars_exec.go
|
102e061147
integration-cli: add test requirement ExecSupport
|
před 10 roky |
test_vars_noexec.go
|
102e061147
integration-cli: add test requirement ExecSupport
|
před 10 roky |
test_vars_unix.go
|
1a22418f9f
pkg/archive: adjust chmod bits on windows
|
před 10 roky |
test_vars_windows.go
|
b7dc9040f0
Change windows default permissions to 755 not 711, read access for all poses little security risk and prevents breaking existing Dockerfiles
|
před 10 roky |
utils.go
|
f3e56420a3
Merge pull request #13499 from cpuguy83/fix_stats_unsubscribe
|
před 10 roky |