|
hace 5 años | |
---|---|---|
.. | ||
BUILD | hace 5 años | |
OWNERS | hace 5 años | |
README.md | hace 5 años | |
density.go | hace 5 años | |
dns.go | hace 5 años | |
framework.go | hace 5 años | |
gmsa_full.go | hace 5 años | |
gmsa_kubelet.go | hace 5 años | |
hybrid_network.go | hace 5 años | |
kubelet_stats.go | hace 5 años | |
memory_limits.go | hace 5 años | |
security_context.go | hace 5 años | |
service.go | hace 5 años | |
utils.go | hace 5 años | |
volumes.go | hace 5 años |
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.