mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-12 02:46:56 +00:00
21 lines
572 B
Markdown
21 lines
572 B
Markdown
|
# 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
|
||
|
```
|
||
|
|
||
|
1. Run only sig-windows tests:
|
||
|
|
||
|
```bash
|
||
|
./e2e.test --provider=local --ginkgo.noColor --ginkgo.focus="\[sig-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.
|