Files
kubernetes/test/e2e/windows
Kubernetes Prow Robot c1fff408c0 Merge pull request #120254 from ionutbalutoiu/windows-tests/conn-check-retries
windows-tests: Add retries to Windows `assertConsistentConnectivity` …
2024-01-17 02:21:38 +01:00
..
2023-11-01 15:17:34 +01:00
2023-11-01 15:17:34 +01:00
2023-11-01 15:17:34 +01:00
2023-10-10 18:15:49 +02:00
2023-11-01 15:17:34 +01:00
2023-11-01 15:17:34 +01:00
2023-11-01 15:17:34 +01:00
2023-11-01 15:17:34 +01:00
2023-11-01 15:17:34 +01:00
2023-11-01 15:17:34 +01:00
2023-11-01 15:17:34 +01:00
2023-11-01 15:17:34 +01:00

Notes to run sig-windows tests

  1. Prereqs:
KUBECONFIG=path/to/kubeconfig
curl https://raw.githubusercontent.com/kubernetes-sigs/windows-testing/master/images/image-repo-list -o repo_list
export KUBE_TEST_REPO_LIST=$(pwd)/repo_list
  1. Run only sig-windows tests:

    ./e2e.test --provider=local --ginkgo.no-color --ginkgo.focus="\[sig-windows\]|\[Feature:Windows\]" --node-os-distro="windows"
    

e2e_node/density_test diff

This test is borrowed from the density test in e2e_node/density_test. All but the first test were omitted as well as some logging.