k3s/test/e2e/windows/README.md

21 lines
572 B
Markdown
Raw Normal View History

2018-12-11 00:09:10 +00:00
# Notes to run sig-windows tests
1. Prereqs:
```bash
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
```
2018-12-11 00:09:10 +00:00
1. Run only sig-windows tests:
2019-01-08 21:21:19 +00:00
```bash
./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
# e2e_node/density_test diff
2018-12-27 22:51:44 +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.