Files
kubernetes/test/e2e/windows
Patrick Ohly 2f6c4f5eab e2e: use Ginkgo context
All code must use the context from Ginkgo when doing API calls or polling for a
change, otherwise the code would not return immediately when the test gets
aborted.
2022-12-16 20:14:04 +01:00
..
2022-12-16 20:14:04 +01:00
2022-12-16 20:14:04 +01:00
2022-12-16 20:14:04 +01:00
2022-12-16 20:14:04 +01:00
2022-12-16 20:14:04 +01:00
2022-12-16 20:14:04 +01:00
2022-12-16 20:14:04 +01:00
2022-12-16 20:14:04 +01:00
2022-12-16 20:14:04 +01:00
2022-12-16 20:14:04 +01:00
2022-12-16 20:14:04 +01:00
2022-12-16 20:14:04 +01:00
2022-12-16 20:14:04 +01:00
2022-12-16 20:14:04 +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.noColor --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.