k8s.io/kubernetes@v1.29.3/test/e2e/windows/README.md (about) 1 # Notes to run sig-windows tests 2 3 1. Prereqs: 4 5 ```bash 6 KUBECONFIG=path/to/kubeconfig 7 curl https://raw.githubusercontent.com/kubernetes-sigs/windows-testing/master/images/image-repo-list -o repo_list 8 export KUBE_TEST_REPO_LIST=$(pwd)/repo_list 9 ``` 10 11 1. Run only sig-windows tests: 12 13 ```bash 14 ./e2e.test --provider=local --ginkgo.no-color --ginkgo.focus="\[sig-windows\]|\[Feature:Windows\]" --node-os-distro="windows" 15 ``` 16 17 18 # e2e_node/density_test diff 19 20 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.