k3s/test/e2e/windows
Kubernetes Prow Robot 48def74e64
Merge pull request #74550 from vyta/e2e-tests/hybrid-test
Add cross-OS test for service connectivity
2019-02-27 15:54:47 -08:00
..
BUILD update bazel 2019-02-25 10:22:03 -08:00
OWNERS Updated OWNERS files to include link to docs 2019-02-04 22:33:12 +01:00
README.md delete all duplicate empty blanks 2019-02-23 10:28:04 +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
hybrid_network.go poll_interval to pollInterval 2019-02-27 10:01:46 -08:00
networking.go Adds Windows-related Networking tests 2019-02-06 15:58:18 -08:00
volumes.go Add readonly volume tests for windows 2019-02-21 15:54:07 -08: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.