kubernetes/test/e2e_kubeadm
Patrick Ohly df5d84ae81 e2e: accept context from Ginkgo
Every ginkgo callback should return immediately when a timeout occurs or the
test run manually gets aborted with CTRL-C. To do that, they must take a ctx
parameter and pass it through to all code which might block.

This is a first automated step towards that: the additional parameter got added
with

    sed -i 's/\(framework.ConformanceIt\|ginkgo.It\)\(.*\)func() {$/\1\2func(ctx context.Context) {/' \
        $(git grep -l -e framework.ConformanceIt -e ginkgo.It )
    $GOPATH/bin/goimports -w $(git status | grep modified: | sed -e 's/.* //')

log_test.go was left unchanged.
2022-12-10 19:50:18 +01:00
..
bootstrap_signer.go e2e: accept context from Ginkgo 2022-12-10 19:50:18 +01:00
bootstrap_token_test.go e2e: accept context from Ginkgo 2022-12-10 19:50:18 +01:00
cluster_info_test.go e2e: accept context from Ginkgo 2022-12-10 19:50:18 +01:00
const.go Fix golint issues in test/e2e_kubeadm 2019-11-04 23:20:24 +01:00
controlplane_nodes_test.go e2e: accept context from Ginkgo 2022-12-10 19:50:18 +01:00
dns_addon_test.go e2e: accept context from Ginkgo 2022-12-10 19:50:18 +01:00
e2e_kubeadm_suite_test.go test: extend gomega to use YAML for API types 2022-10-28 15:43:48 +02:00
framework.go update ginkgo from v1 to v2 and gomega to 1.19.0 2022-07-08 10:44:46 +08:00
kubeadm_certs_test.go e2e: accept context from Ginkgo 2022-12-10 19:50:18 +01:00
kubeadm_config_test.go e2e: accept context from Ginkgo 2022-12-10 19:50:18 +01:00
kubelet_config_test.go e2e: accept context from Ginkgo 2022-12-10 19:50:18 +01:00
networking_test.go e2e: accept context from Ginkgo 2022-12-10 19:50:18 +01:00
nodes_test.go e2e: accept context from Ginkgo 2022-12-10 19:50:18 +01:00
OWNERS Check in OWNERS modified by update-yamlfmt.sh 2021-12-09 21:31:26 -05:00
proxy_addon_test.go e2e: accept context from Ginkgo 2022-12-10 19:50:18 +01:00
util.go e2e: adapt to moved code 2022-10-06 08:19:47 +02:00