moby/integration/container
Kir Kolyshkin b228a498d5
TestDaemonRestartIpcMode: modernize
Move the test case from integration-cli to integration.

The test logic itself has not changed, except these
two things:

* the new test sets default-ipc-mode via command line
  rather than via daemon.json (less code);
* the new test uses current API version.

Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
(cherry picked from commit 9fd765f07c)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2019-04-17 23:09:51 +02:00
..
container_test.go API: properly handle invalid JSON to return a 400 status 2018-11-08 14:01:27 +01:00
copy_test.go Windows: Start of enabling tests under integration/ 2018-11-08 13:55:48 +01:00
create_test.go Integration: use testenv.APIClient() 2019-04-17 23:04:49 +02:00
daemon_linux_test.go TestDaemonRestartIpcMode: modernize 2019-04-17 23:09:51 +02:00
diff_test.go Integration: use testenv.APIClient() 2019-04-17 23:04:49 +02:00
exec_test.go Integration: use testenv.APIClient() 2019-04-17 23:04:49 +02:00
export_test.go Improve consistency in "skip" 2019-04-17 23:08:23 +02:00
health_test.go Integration: use testenv.APIClient() 2019-04-17 23:04:49 +02:00
inspect_test.go Windows: Start of enabling tests under integration/ 2018-11-08 13:55:48 +01:00
ipcmode_linux_test.go Simplify skip checks 2019-04-17 23:08:29 +02:00
kill_test.go integration: add/use WithRestartPolicy 2019-04-17 23:09:48 +02:00
links_linux_test.go Improve consistency in "skip" 2019-04-17 23:08:23 +02:00
logs_test.go Improve consistency in "skip" 2019-04-17 23:08:23 +02:00
main_test.go Add an integration/internal/container helper package 2018-02-10 17:29:38 +01:00
mounts_linux_test.go Remove use of deprecated client.NewEnvClient() 2019-04-17 23:08:34 +02:00
nat_test.go Improve consistency in "skip" 2019-04-17 23:08:23 +02:00
pause_test.go Integration: use testenv.APIClient() 2019-04-17 23:04:49 +02:00
ps_test.go Integration: use testenv.APIClient() 2019-04-17 23:04:49 +02:00
remove_test.go Improve consistency in "skip" 2019-04-17 23:08:23 +02:00
rename_test.go Improve consistency in "skip" 2019-04-17 23:08:23 +02:00
resize_test.go Integration: use testenv.APIClient() 2019-04-17 23:04:49 +02:00
restart_test.go Test: Replace NewClient() with NewClientT() 2019-04-17 21:34:09 +02:00
stats_test.go Integration: use testenv.APIClient() 2019-04-17 23:04:49 +02:00
stop_linux_test.go Fix some minor wording / issues 2019-04-17 23:08:32 +02:00
stop_test.go integration: add/use WithRestartPolicy 2019-04-17 23:09:48 +02:00
stop_windows_test.go Integration: use testenv.APIClient() 2019-04-17 23:04:49 +02:00
update_linux_test.go Integration: use testenv.APIClient() 2019-04-17 23:04:49 +02:00
update_test.go TestUpdateRestartWithAutoRemove: use WithAutoRemove 2019-04-17 23:09:43 +02:00