kubernetes/test/e2e/windows
2022-02-03 05:32:12 +08:00
..
cpu_limits.go Changed code to improve output for test/e2e/windows 2021-11-19 04:06:05 +05:30
density.go deref all calls to metav1.NewDeleteOptions that are passed to clients. 2020-03-05 14:59:46 -08:00
device_plugin.go tests: Refactors daemonset utils into framework 2021-10-21 18:54:38 +03:00
dns.go Fixed several spelling mistakes 2021-03-30 23:02:09 +02:00
framework.go test/e2e/windows/:Use e2eskipper package 2020-01-11 15:27:54 +08:00
gmsa_full.go io/ioutil has already been deprecated in golang 1.16, so replace all ioutil with io and os 2022-02-03 05:32:12 +08:00
gmsa_kubelet.go include nltest in the windows busybox image 2021-03-03 11:01:18 -08:00
host_process.go Clean up dockershim in tests 2021-12-22 13:05:34 +02:00
hybrid_network.go tests: Logs the stdout and stderr for network consistency Windows tests on error 2021-11-06 13:54:59 -07:00
kubelet_stats.go Changed code to improve output for test/e2e/windows 2021-11-19 04:06:05 +05:30
memory_limits.go Use client set to get nodes configuration 2021-11-16 17:42:15 -08:00
OWNERS OWNERS cleanup - Jan 2021 Week 1 2022-01-10 08:14:29 -05:00
README.md Tag storage windows tests with [Feature:Windows] instead of [sig-windows] 2021-03-03 12:08:59 +01:00
security_context.go [windows] Test: Check for failed sandbox pod when testing for RunAsUserName (#105943) 2021-10-28 14:04:59 -07:00
service.go adding a windows nodeSelector for nodePort tests 2021-01-07 14:01:55 -08:00
utils.go io/ioutil has already been deprecated in golang 1.16, so replace all ioutil with io and os 2022-02-03 05:32:12 +08:00
volumes.go write to unique file to avoid conflicts 2021-03-11 15:56:28 -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\]|\[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.