k3s/test/e2e/windows
Patrick Lang 9468ca420d Updating README.md with fixed repo-list and --node-os-distro 2019-01-09 08:51:47 -08:00
..
BUILD Adding newlines 2019-01-08 13:21:19 -08:00
OWNERS Adding OWNERS 2019-01-07 14:47:40 -08:00
README.md Updating README.md with fixed repo-list and --node-os-distro 2019-01-09 08:51:47 -08:00
density.go Ran ./hack/update-gofmt.sh 2019-01-08 22:40:38 +00:00
framework.go Making requested changes 2018-12-27 15:46:26 -07:00

README.md

Notes to run sig-windows tests

  1. Prereqs:
KUBECONFIG=path/to/kubeconfig
curl https://raw.githubusercontent.com/e2e-win/e2e-win-prow-deployment/master/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.