kubernetes/test/e2e/windows
2021-11-10 11:50:04 -08:00
..
cpu_limits.go beta.kubernetes.io/os is already deprecated 2020-03-25 12:57:06 +08:00
density.go deref all calls to metav1.NewDeleteOptions that are passed to clients. 2020-03-05 14:59:46 -08:00
device_plugin.go tests: Refactors daemonset utils into framework 2021-10-21 18:54:38 +03:00
dns.go Fixed several spelling mistakes 2021-03-30 23:02:09 +02:00
framework.go test/e2e/windows/:Use e2eskipper package 2020-01-11 15:27:54 +08:00
gmsa_full.go Update github.com/pkg/errors with go native errors pkg 2021-06-29 17:39:49 +08:00
gmsa_kubelet.go include nltest in the windows busybox image 2021-03-03 11:01:18 -08:00
host_process.go Adding kubelet metrics for started and failed to start HostProcess containers 2021-11-04 14:39:57 -07:00
hybrid_network.go tests: Logs the stdout and stderr for network consistency Windows tests on error 2021-11-06 13:54:59 -07:00
kubelet_stats.go Add check for network stats to e2e tests 2021-11-10 11:50:04 -08:00
memory_limits.go test: don't use hardcoded pod count for memory limit test 2020-02-24 14:34:51 -08:00
OWNERS Updating owners with sig-windows tech leads 2021-02-25 17:17:06 -08:00
README.md Tag storage windows tests with [Feature:Windows] instead of [sig-windows] 2021-03-03 12:08:59 +01:00
security_context.go [windows] Test: Check for failed sandbox pod when testing for RunAsUserName (#105943) 2021-10-28 14:04:59 -07:00
service.go adding a windows nodeSelector for nodePort tests 2021-01-07 14:01:55 -08:00
utils.go Update github.com/pkg/errors with go native errors pkg 2021-06-29 17:39:49 +08:00
volumes.go write to unique file to avoid conflicts 2021-03-11 15:56:28 -08: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.