k3s/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
..
BUILD Merge pull request #74938 from brusMX/win-e2e-nodeport 2019-03-07 06:35:05 -08:00
OWNERS Updated OWNERS files to include link to docs 2019-02-04 22:33:12 +01:00
README.md Updating Windows' e2e tests' README to the official repo list 2019-03-06 17:58:18 -08:00
density.go Adding an e2e test on Windows GMSA support 2019-03-06 17:58:18 -08:00
framework.go Adding an e2e test on Windows GMSA support 2019-03-06 17:58:18 -08:00
gmsa.go Update gmsa test 2019-03-07 17:04:25 +02:00
hybrid_network.go Fix golint in test/e2e/windows/hybrid_network.go 2019-02-28 15:55:14 +08:00
memory_limits.go Remove dot imports 2019-03-05 11:58:28 -08:00
networking.go Fix golint failures for e2e/windows 2019-02-28 15:48:48 +08:00
service.go Creating NodePort test for Windows 2019-03-06 12:29:38 -08:00
volumes.go Fix golint in test/e2e/windows/volumes.go 2019-02-28 15:48:48 +08:00

README.md

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.