kubernetes/test/e2e/windows
Claudiu Belu 47e7461209
Update test/e2e/windows/host_process.go
Co-authored-by: James Sturtevant <jsturtevant@gmail.com>
2022-05-05 18:34:17 +03:00
..
cpu_limits.go test/e2e/*: default existing tests to privileged pod security policy 2022-04-05 08:41:12 +02:00
density.go test/e2e/*: default existing tests to privileged pod security policy 2022-04-05 08:41:12 +02:00
device_plugin.go test/e2e/*: default existing tests to privileged pod security policy 2022-04-05 08:41:12 +02:00
dns.go test/e2e/*: default existing tests to privileged pod security policy 2022-04-05 08:41:12 +02:00
framework.go test/e2e/windows/:Use e2eskipper package 2020-01-11 15:27:54 +08:00
gmsa_full.go test/e2e/*: default existing tests to privileged pod security policy 2022-04-05 08:41:12 +02:00
gmsa_kubelet.go test/e2e/*: default existing tests to privileged pod security policy 2022-04-05 08:41:12 +02:00
host_process.go Update test/e2e/windows/host_process.go 2022-05-05 18:34:17 +03:00
hybrid_network.go test/e2e/*: default existing tests to privileged pod security policy 2022-04-05 08:41:12 +02:00
kubelet_stats.go test/e2e/*: default existing tests to privileged pod security policy 2022-04-05 08:41:12 +02:00
memory_limits.go test/e2e/*: default existing tests to privileged pod security policy 2022-04-05 08:41:12 +02: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
reboot_node.go test/e2e/*: default existing tests to privileged pod security policy 2022-04-05 08:41:12 +02:00
security_context.go test/e2e/*: default existing tests to privileged pod security policy 2022-04-05 08:41:12 +02:00
service.go Replace use of Sprintf with net.JoinHostPort 2022-05-04 06:37:50 -04:00
utils.go Don't assume bash is avaliable for webhook deployment 2022-03-24 13:06:49 -07:00
volumes.go test/e2e/*: default existing tests to privileged pod security policy 2022-04-05 08:41:12 +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.