kubernetes/test/e2e/windows
Kubernetes Prow Robot e176e47719
Merge pull request #82109 from wk8/wk8/gmsa-e2e
Adding an e2e test on GMSA support
2019-08-30 08:00:57 -07:00
..
BUILD Adding an e2e test on GMSA support 2019-08-29 14:51:23 +00:00
density.go Merge pull request #78740 from oomichi/extend-check 2019-07-30 01:59:04 -07:00
dns.go Updating log after framework code refactor 2019-08-26 21:52:57 +00:00
framework.go Adding an e2e test on Windows GMSA support 2019-03-06 17:58:18 -08:00
gmsa_full.go Adding an e2e test on GMSA support 2019-08-29 14:51:23 +00:00
gmsa_kubelet.go Adding an e2e test on GMSA support 2019-08-29 14:51:23 +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 Delete duplicate resource.Quantity.Copy() 2019-08-19 17:23:14 -07:00
networking.go Fix golint failures of e2e/framework/n*.go 2019-03-29 02:17:43 +00:00
OWNERS Updated OWNERS files to include link to docs 2019-02-04 22:33:12 +01:00
README.md Updating Windows' e2e tests' README to the official repo list 2019-03-06 17:58:18 -08:00
security_context.go tests: Adds RunAsUserName tests 2019-08-23 09:31:35 -07:00
service.go feat: move service_util to separated package 2019-07-19 08:32:39 +08: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.