kubernetes/test/e2e/windows
Patrick Ohly f2cfbf44b1 e2e: use framework labels
This changes the text registration so that tags for which the framework has a
dedicated API (features, feature gates, slow, serial, etc.) those APIs are
used.

Arbitrary, custom tags are still left in place for now.
2023-11-01 15:17:34 +01:00
..
cpu_limits.go e2e: use framework labels 2023-11-01 15:17:34 +01:00
density.go e2e: use framework labels 2023-11-01 15:17:34 +01:00
device_plugin.go e2e: use framework labels 2023-11-01 15:17:34 +01:00
dns.go e2e: use framework labels 2023-11-01 15:17:34 +01:00
framework.go
gmsa_full.go e2e: use framework labels 2023-11-01 15:17:34 +01:00
gmsa_kubelet.go e2e: use framework labels 2023-11-01 15:17:34 +01:00
host_process.go e2e: use framework labels 2023-11-01 15:17:34 +01:00
hybrid_network.go e2e: use framework labels 2023-11-01 15:17:34 +01:00
hyperv.go e2e: use framework labels 2023-11-01 15:17:34 +01:00
kubelet_stats.go e2e: use framework labels 2023-11-01 15:17:34 +01:00
memory_limits.go e2e: use framework labels 2023-11-01 15:17:34 +01:00
OWNERS
README.md
reboot_node.go e2e: use framework labels 2023-11-01 15:17:34 +01:00
security_context.go e2e: use framework labels 2023-11-01 15:17:34 +01:00
service.go
utils.go
volumes.go e2e: use framework labels 2023-11-01 15:17:34 +01: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.no-color --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.