Files
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
..
2022-10-06 08:19:47 +02:00
2022-10-06 08:19:47 +02:00
2022-10-06 08:19:47 +02:00
2022-10-06 08:19:47 +02:00
2022-10-06 08:19:47 +02:00
2022-10-06 08:19:47 +02:00
2022-10-06 08:19:47 +02:00
2022-10-06 08:19:47 +02:00
2022-10-06 08:19:47 +02:00
2022-10-06 08:19:47 +02:00
2022-08-01 12:04:50 -07:00
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.