|
преди 5 години | |
---|---|---|
.. | ||
BUILD | преди 5 години | |
OWNERS | преди 5 години | |
README.md | преди 5 години | |
density.go | преди 5 години | |
framework.go | преди 5 години | |
gmsa.go | преди 5 години | |
hybrid_network.go | преди 5 години | |
memory_limits.go | преди 5 години | |
networking.go | преди 5 години | |
service.go | преди 5 години | |
volumes.go | преди 5 години |
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.