2018-12-11 00:09:10 +00:00
|
|
|
# Notes to run sig-windows tests
|
|
|
|
|
|
|
|
1. Prereqs:
|
2019-01-09 00:45:25 +00:00
|
|
|
|
|
|
|
```bash
|
|
|
|
KUBECONFIG=path/to/kubeconfig
|
2019-03-07 01:57:49 +00:00
|
|
|
curl https://raw.githubusercontent.com/kubernetes-sigs/windows-testing/master/images/image-repo-list -o repo_list
|
2019-01-09 00:45:25 +00:00
|
|
|
export KUBE_TEST_REPO_LIST=$(pwd)/repo_list
|
|
|
|
```
|
2018-12-11 00:09:10 +00:00
|
|
|
|
|
|
|
1. Run only sig-windows tests:
|
|
|
|
|
2019-01-08 21:21:19 +00:00
|
|
|
```bash
|
2019-01-09 00:45:25 +00:00
|
|
|
./e2e.test --provider=local --ginkgo.noColor --ginkgo.focus="\[sig-windows\]" --node-os-distro="windows"
|
2019-01-08 21:21:19 +00:00
|
|
|
```
|
2018-12-27 22:51:44 +00:00
|
|
|
|
|
|
|
|
2019-02-22 01:43:51 +00:00
|
|
|
# e2e_node/density_test diff
|
2018-12-27 22:51:44 +00:00
|
|
|
|
2019-02-22 01:43:51 +00:00
|
|
|
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.
|