|
|
5 years ago | |
|---|---|---|
| .. | ||
| BUILD | 5 years ago | |
| OWNERS | 5 years ago | |
| README.md | 5 years ago | |
| density.go | 5 years ago | |
| dns.go | 5 years ago | |
| framework.go | 5 years ago | |
| gmsa_full.go | 5 years ago | |
| gmsa_kubelet.go | 5 years ago | |
| hybrid_network.go | 5 years ago | |
| kubelet_stats.go | 5 years ago | |
| memory_limits.go | 5 years ago | |
| security_context.go | 5 years ago | |
| service.go | 5 years ago | |
| utils.go | 5 years ago | |
| volumes.go | 5 years ago | |
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
Run only sig-windows tests:
./e2e.test --provider=local --ginkgo.noColor --ginkgo.focus="\[sig-windows\]" --node-os-distro="windows"
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.