kubernetes/test/e2e/windows
Kubernetes Prow Robot 76fe4039e5
Merge pull request #113149 from marosset/hpc-inclusterconfig-e2e
Add e2e test to validate that hostProcess containers can use inclusterclient
2022-10-21 16:21:56 -07:00
..
cpu_limits.go e2e: adapt to moved code 2022-10-06 08:19:47 +02:00
density.go e2e: adapt to moved code 2022-10-06 08:19:47 +02:00
device_plugin.go e2e: adapt to moved code 2022-10-06 08:19:47 +02:00
dns.go e2e: adapt to moved code 2022-10-06 08:19:47 +02:00
framework.go update ginkgo from v1 to v2 and gomega to 1.19.0 2022-07-08 10:44:46 +08:00
gmsa_full.go e2e: adapt to moved code 2022-10-06 08:19:47 +02:00
gmsa_kubelet.go e2e: adapt to moved code 2022-10-06 08:19:47 +02:00
host_process.go Merge pull request #113149 from marosset/hpc-inclusterconfig-e2e 2022-10-21 16:21:56 -07:00
hybrid_network.go e2e: adapt to moved code 2022-10-06 08:19:47 +02:00
kubelet_stats.go e2e: adapt to moved code 2022-10-06 08:19:47 +02:00
memory_limits.go update ginkgo from v1 to v2 and gomega to 1.19.0 2022-07-08 10:44:46 +08:00
OWNERS chore: move chewong to emeritus_approvers 2022-07-27 03:08:28 +00:00
README.md Tag storage windows tests with [Feature:Windows] instead of [sig-windows] 2021-03-03 12:08:59 +01:00
reboot_node.go e2e: adapt to moved code 2022-10-06 08:19:47 +02:00
security_context.go grammar: replace all occurrences of "the the" with "the" 2022-10-14 09:03:14 +02:00
service.go e2e: adapt to moved code 2022-10-06 08:19:47 +02:00
utils.go Hostprocess container test updates 2022-08-01 12:04:50 -07:00
volumes.go e2e: adapt to moved code 2022-10-06 08:19:47 +02: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.