|
%!s(int64=5) %!d(string=hai) anos | |
---|---|---|
.. | ||
BUILD | %!s(int64=5) %!d(string=hai) anos | |
OWNERS | %!s(int64=5) %!d(string=hai) anos | |
README.md | %!s(int64=5) %!d(string=hai) anos | |
density.go | %!s(int64=5) %!d(string=hai) anos | |
dns.go | %!s(int64=5) %!d(string=hai) anos | |
framework.go | %!s(int64=5) %!d(string=hai) anos | |
gmsa_full.go | %!s(int64=5) %!d(string=hai) anos | |
gmsa_kubelet.go | %!s(int64=5) %!d(string=hai) anos | |
hybrid_network.go | %!s(int64=5) %!d(string=hai) anos | |
kubelet_stats.go | %!s(int64=5) %!d(string=hai) anos | |
memory_limits.go | %!s(int64=5) %!d(string=hai) anos | |
security_context.go | %!s(int64=5) %!d(string=hai) anos | |
service.go | %!s(int64=5) %!d(string=hai) anos | |
utils.go | %!s(int64=5) %!d(string=hai) anos | |
volumes.go | %!s(int64=5) %!d(string=hai) anos |
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.