kubernetes/test/e2e/windows
Kubernetes Prow Robot 981afd2bff
Merge pull request #97209 from jayunit100/patch-17
Update hybrid_network.go
2021-01-12 15:06:48 -08:00
..
BUILD Add e2e test for windows device manager 2020-12-16 00:30:05 -05:00
cpu_limits.go
density.go
device_plugin.go Add e2e test for windows device manager 2020-12-16 00:30:05 -05:00
dns.go adding windows os selector to the dnsPolicy tests 2021-01-07 12:41:51 -05:00
framework.go
gmsa_full.go mark this test serial due to race conditions 2020-07-30 15:41:22 -07:00
gmsa_kubelet.go
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
OWNERS Adding marosset to test/e2e/windows/OWNERS approver 2020-10-06 17:21:18 +00:00
README.md
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
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.