containerd/integration/client
Daniel Canter d53c431334 Fix no-daemon flag for integration/client tests
The global &daemon{} object only gets an address assigned if you call
start() on it, which only gets called if you don't pass no-daemon. The
aftermath of this is that running the integration tests with no-daemon
just has them fail trying to create a client for containerd.
This change just assigns whatever address is passed to the binary even in
the no-daemon case so you can run the integration tests against an already
running containerd instance.

Signed-off-by: Daniel Canter <dcanter@microsoft.com>
2021-12-17 08:58:39 -05:00
..
benchmark_test.go integration/client: rename package to "client" 2021-03-30 16:21:36 +02:00
client_test.go Fix no-daemon flag for integration/client tests 2021-12-17 08:58:39 -05:00
client_ttrpc_test.go Run windows parallel integration test as short 2021-12-09 11:45:38 -08:00
client_unix_test.go Move volume images from gcr to ghcr 2021-12-02 10:29:44 -08:00
client_windows_test.go Add Windows Server 2022 CI runs 2021-12-02 16:18:25 -08:00
container_checkpoint_test.go run gofmt with Go 1.17 2021-10-07 20:16:59 +08:00
container_linux_test.go Revert shim plugin migration 2021-12-02 10:35:15 -08:00
container_test.go Disable TestContainerHook on Windows 2021-12-14 17:35:02 -08:00
content_test.go integration/client: rename package to "client" 2021-03-30 16:21:36 +02:00
convert_test.go integration/client: rename package to "client" 2021-03-30 16:21:36 +02:00
daemon_config_linux_test.go integration: Enable some tests for Windows (part 2) 2021-10-07 08:13:01 -07:00
daemon_test.go integration: Enable some tests for Windows (part 2) 2021-10-07 08:13:01 -07:00
export_test.go Implement windowsDiff.Compare via hcsshim/pkg/ociwclayer 2021-04-10 02:02:33 +10:00
go.mod Upgrade OpenTelemetry dependencies 2021-12-16 22:35:57 +00:00
go.sum Upgrade k8s.io/klog/v2 from 2.9.0 to 2.20.0 2021-12-16 23:10:06 +00:00
helpers_unix_test.go integration: Enable some tests for Windows (part 2) 2021-10-07 08:13:01 -07:00
helpers_windows_test.go integration: Enable some tests for Windows (part 2) 2021-10-07 08:13:01 -07:00
image_test.go Add Windows Server 2022 CI runs 2021-12-02 16:18:25 -08:00
import_test.go Run windows parallel integration test as short 2021-12-09 11:45:38 -08:00
lease_test.go integration: Enable some tests for Windows (part 2) 2021-10-07 08:13:01 -07:00
restart_monitor_test.go Disable restart monitor test in Windows 2021-12-10 11:43:23 -08:00
signals_test.go integration/client: rename package to "client" 2021-03-30 16:21:36 +02:00
snapshot_test.go integration/client: rename package to "client" 2021-03-30 16:21:36 +02:00
task_opts_unix_test.go run gofmt with Go 1.17 2021-10-07 20:16:59 +08:00