tree: d3c4247a806f4d89759e8a8866b2b9f82f10a8c6 [path history] [tgz]
  1. cpu_limits.go
  2. density.go
  3. device_plugin.go
  4. dns.go
  5. framework.go
  6. gmsa_full.go
  7. gmsa_kubelet.go
  8. host_process.go
  9. hybrid_network.go
  10. hyperv.go
  11. kubelet_stats.go
  12. memory_limits.go
  13. OWNERS
  14. README.md
  15. reboot_node.go
  16. security_context.go
  17. service.go
  18. utils.go
  19. volumes.go
test/e2e/windows/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.no-color --ginkgo.focus="\[sig-windows\]|\[Feature: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.