kubernetes/test/e2e/windows
Kubernetes Prow Robot 3c4d2a5215
Merge pull request #78731 from claudiubelu/tests-hostnetwork
Sets HostNetwork to False for tests which do not require it
2019-12-09 15:22:39 -08:00
..
BUILD Merge pull request #78731 from claudiubelu/tests-hostnetwork 2019-12-09 15:22:39 -08:00
density.go fix-staticcheck in /test/e2e/windows 2019-11-15 09:45:43 +08:00
dns.go fix-staticcheck in /test/e2e/windows 2019-11-15 09:45:43 +08:00
framework.go Adding an e2e test on Windows GMSA support 2019-03-06 17:58:18 -08:00
gmsa_full.go moved WriteFileViaContainer and ReadFileViaContainer to kubectl_utils 2019-12-04 20:31:57 +00:00
gmsa_kubelet.go moved WriteFileViaContainer and ReadFileViaContainer to kubectl_utils 2019-12-04 20:31:57 +00:00
hybrid_network.go Fix golint in test/e2e/windows/hybrid_network.go 2019-02-28 15:55:14 +08:00
memory_limits.go moved WriteFileViaContainer and ReadFileViaContainer to kubectl_utils 2019-12-04 20:31:57 +00:00
OWNERS Audit of test/* OWNERS files 2019-10-10 15:52:51 -05:00
README.md Updating Windows' e2e tests' README to the official repo list 2019-03-06 17:58:18 -08:00
security_context.go Check for terminated reason appropriate for containerD and dockershim 2019-11-07 13:34:27 +02:00
service.go Add Namespace to e2eservice.TestJig, make all methods use jig namespace and name 2019-10-18 08:37:19 -04:00
utils.go Adding an e2e test on GMSA support 2019-08-29 14:51:23 +00:00
volumes.go Create C:\tmp if DNE 2019-07-15 15:10:38 -07:00

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.