Files
kubernetes/test/e2e/windows
Adelina Tuvenie 90b8c877ed Update gmsa test
Wait for the container to be in Running state before running any command.
2019-03-07 17:04:25 +02:00
..
2019-03-07 17:04:25 +02:00
2019-03-05 11:58:28 -08:00
2019-03-06 12:29:38 -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\]" --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.