moby--moby/integration/container
Sam Whited b37c214e3c testutil: make testing packages public
This was done with something along the lines of:

```
mv internal/test testutil
pushd testutil/; grep -IRl "package test" | xargs -I '{}' sed -i -e 's|package test|package testutil|g' {}; popd
mv internal/testutil/*.go testutil/ && rm -rf internal/
grep -IRl "github.com\/docker\/docker\/internal\/test" | xargs -I '{}' sed -i -e 's|github.com/docker/docker/internal/test|github.com/docker/docker/test|g' {}
goimports .
```

I also modified the basic plugin path in testutil/fixtures/plugin.

Signed-off-by: Sam Whited <sam@samwhited.com>
2019-09-11 07:47:23 -05:00
..
checkpoint_test.go testutil: make testing packages public 2019-09-11 07:47:23 -05:00
container_test.go testutil: make testing packages public 2019-09-11 07:47:23 -05:00
copy_test.go testutil: make testing packages public 2019-09-11 07:47:23 -05:00
create_test.go testutil: make testing packages public 2019-09-11 07:47:23 -05:00
daemon_linux_test.go testutil: make testing packages public 2019-09-11 07:47:23 -05:00
diff_test.go integration: change container.Run signature to fix linting 2019-06-07 13:05:26 +02:00
exec_test.go integration: change container.Run signature to fix linting 2019-06-07 13:05:26 +02:00
export_test.go testutil: make testing packages public 2019-09-11 07:47:23 -05:00
health_test.go Skip TestHealthKillContainer on Windows 2019-07-19 16:09:50 +02:00
inspect_test.go testutil: make testing packages public 2019-09-11 07:47:23 -05:00
ipcmode_linux_test.go testutil: make testing packages public 2019-09-11 07:47:23 -05:00
kill_test.go testutil: make testing packages public 2019-09-11 07:47:23 -05:00
links_linux_test.go integration: change container.Run signature to fix linting 2019-06-07 13:05:26 +02:00
logs_test.go integration: change container.Run signature to fix linting 2019-06-07 13:05:26 +02:00
main_test.go testutil: make testing packages public 2019-09-11 07:47:23 -05:00
mounts_linux_test.go integration: change container.Run signature to fix linting 2019-06-07 13:05:26 +02:00
nat_test.go integration: change container.Run signature to fix linting 2019-06-07 13:05:26 +02:00
pause_test.go testutil: make testing packages public 2019-09-11 07:47:23 -05:00
ps_test.go integration: change container.Create signature to fix linting 2019-06-07 13:04:44 +02:00
remove_test.go integration: change container.Run signature to fix linting 2019-06-07 13:05:26 +02:00
rename_test.go Merge pull request #39336 from justincormack/entropy-cannot-be-saved 2019-06-11 18:40:19 +02:00
resize_test.go testutil: make testing packages public 2019-09-11 07:47:23 -05:00
restart_test.go testutil: make testing packages public 2019-09-11 07:47:23 -05:00
run_cgroupns_linux_test.go testutil: make testing packages public 2019-09-11 07:47:23 -05:00
run_linux_test.go integration: change container.Run signature to fix linting 2019-06-07 13:05:26 +02:00
stats_test.go integration: change container.Run signature to fix linting 2019-06-07 13:05:26 +02:00
stop_linux_test.go integration: change container.Run signature to fix linting 2019-06-07 13:05:26 +02:00
stop_test.go integration: change container.Run signature to fix linting 2019-06-07 13:05:26 +02:00
stop_windows_test.go integration: change container.Run signature to fix linting 2019-06-07 13:05:26 +02:00
update_linux_test.go testutil: make testing packages public 2019-09-11 07:47:23 -05:00
update_test.go integration: change container.Run signature to fix linting 2019-06-07 13:05:26 +02:00
wait_test.go testutil: make testing packages public 2019-09-11 07:47:23 -05:00