kubernetes/test/e2e/windows
Sergiusz Urbaniak 1495c9f2cd
test/e2e/*: default existing tests to privileged pod security policy
This is to ensure that all existing tests don't break when defaulting
the pod security policy to restricted in the e2e test framework.
2022-04-05 08:41:12 +02: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 test/e2e/*: default existing tests to privileged pod security policy 2022-04-05 08:41:12 +02: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 test/e2e/*: default existing tests to privileged pod security policy 2022-04-05 08:41:12 +02: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.