iwita b9152718d2 new version 5 years ago
..
BUILD b9152718d2 new version 5 years ago
OWNERS b9152718d2 new version 5 years ago
README.md b9152718d2 new version 5 years ago
density.go b9152718d2 new version 5 years ago
dns.go b9152718d2 new version 5 years ago
framework.go b9152718d2 new version 5 years ago
gmsa_full.go b9152718d2 new version 5 years ago
gmsa_kubelet.go b9152718d2 new version 5 years ago
hybrid_network.go b9152718d2 new version 5 years ago
kubelet_stats.go b9152718d2 new version 5 years ago
memory_limits.go b9152718d2 new version 5 years ago
security_context.go b9152718d2 new version 5 years ago
service.go b9152718d2 new version 5 years ago
utils.go b9152718d2 new version 5 years ago
volumes.go b9152718d2 new version 5 years ago

README.md

Notes to run sig-windows tests

  1. Prereqs:
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:

    ./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.