1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/integration/container
Kir Kolyshkin 6e7141c7a2 integration/TestExportContainerAfterDaemonRestart: add
This test case checks that a container created before start
of the currently running dockerd can be exported (as reported
in #36561). To satisfy this condition, either a pre-existing
container is required, or a daemon restart after container
creation.

Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
2018-03-15 00:30:11 -07:00
..
copy_test.go Migrate some copy tests to integration 2018-02-27 16:48:35 -05:00
create_test.go
daemon_linux_test.go Fixes some integration/container test to run on remote daemon 2018-03-05 14:24:01 +01:00
diff_test.go Remove unnecessary diff tests 2018-03-09 12:32:50 -05:00
exec_test.go
export_test.go integration/TestExportContainerAfterDaemonRestart: add 2018-03-15 00:30:11 -07:00
health_test.go
inspect_test.go Address expected vs actual in integration tests 2018-03-05 20:39:42 +00:00
kill_test.go Address expected vs actual in integration tests 2018-03-05 20:39:42 +00:00
links_linux_test.go TestLinksEtcHostsContentMatch: use container.Exec() 2018-03-12 18:15:16 -07:00
logs_test.go Improvement in integration tests 2018-03-02 19:03:59 +00:00
main_test.go
mounts_linux_test.go integration/TestContainerShmNoLeak: use --iptables=false 2018-03-12 14:49:15 -07:00
nat_test.go Fixes some integration/container test to run on remote daemon 2018-03-05 14:24:01 +01:00
pause_test.go Address expected vs actual in integration tests 2018-03-05 20:39:42 +00:00
ps_test.go Enhancement of replacing ContainerCreate with helper funcs in tests 2018-02-28 21:35:56 +00:00
remove_test.go Address expected vs actual in integration tests 2018-03-05 20:39:42 +00:00
rename_test.go Fixes some integration/container test to run on remote daemon 2018-03-05 14:24:01 +01:00
resize_test.go Address expected vs actual in integration tests 2018-03-05 20:39:42 +00:00
restart_test.go Fixes some integration/container test to run on remote daemon 2018-03-05 14:24:01 +01:00
stats_test.go Move containerIsStopped/containerIsInState to integration/internal/container 2018-02-23 21:23:05 +00:00
stop_test.go Move containerIsStopped/containerIsInState to integration/internal/container 2018-02-23 21:23:05 +00:00
update_linux_test.go Move containerIsStopped/containerIsInState to integration/internal/container 2018-02-23 21:23:05 +00:00
update_test.go Move containerIsStopped/containerIsInState to integration/internal/container 2018-02-23 21:23:05 +00:00