...
1# Notes to run sig-windows tests
2
31. Prereqs:
4
5```bash
6KUBECONFIG=path/to/kubeconfig
7curl https://raw.githubusercontent.com/kubernetes-sigs/windows-testing/master/images/image-repo-list -o repo_list
8export KUBE_TEST_REPO_LIST=$(pwd)/repo_list
9```
10
111. 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
20This test is borrowed from the density test in e2e_node/density_test. All but the first test were omitted as well as some logging.
View as plain text