kubernetes/test/e2e/windows
2021-02-28 15:17:29 -08:00
..
cpu_limits.go beta.kubernetes.io/os is already deprecated 2020-03-25 12:57:06 +08:00
density.go deref all calls to metav1.NewDeleteOptions that are passed to clients. 2020-03-05 14:59:46 -08:00
device_plugin.go Add e2e test for windows device manager 2020-12-16 00:30:05 -05:00
dns.go directly query dns and resolve it in the e2es for windows 2021-01-13 17:57:55 -08:00
framework.go test/e2e/windows/:Use e2eskipper package 2020-01-11 15:27:54 +08:00
gmsa_full.go mark this test serial due to race conditions 2020-07-30 15:41:22 -07:00
gmsa_kubelet.go Promote GMSA to GA 2020-03-04 02:56:21 +00:00
hybrid_network.go Update hybrid_network.go 2021-01-07 12:44:00 -05:00
kubelet_stats.go tests: Fixes Windows kubelet-stats test 2020-06-08 20:42:04 -07:00
memory_limits.go test: don't use hardcoded pod count for memory limit test 2020-02-24 14:34:51 -08:00
OWNERS Updating owners with sig-windows tech leads 2021-02-25 17:17:06 -08:00
README.md Updating Windows' e2e tests' README to the official repo list 2019-03-06 17:58:18 -08:00
security_context.go Strip unnecessary security contexts on Windows 2020-08-03 23:43:31 -04:00
service.go adding a windows nodeSelector for nodePort tests 2021-01-07 14:01:55 -08:00
utils.go Adding an e2e test on GMSA support 2019-08-29 14:51:23 +00:00
volumes.go volumes tests - adding support for windows labels 2021-01-08 11:53:53 -08: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.