From 0a09b1d2a7ccb669fe056e847b35d4da39659877 Mon Sep 17 00:00:00 2001 From: Vy Ta Date: Mon, 10 Dec 2018 16:09:10 -0800 Subject: [PATCH] Adding README.md --- test/e2e/windows/README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 test/e2e/windows/README.md diff --git a/test/e2e/windows/README.md b/test/e2e/windows/README.md new file mode 100644 index 00000000000..e4305170ed0 --- /dev/null +++ b/test/e2e/windows/README.md @@ -0,0 +1,10 @@ +# 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.txt -o repo_list.yaml + * export KUBE_TEST_REPO_LIST=$(pwd)/repo_list.yaml + +1. Run only sig-windows tests: + + ```./e2e.test --provider=local --ginkgo.noColor --ginkgo.focus=.*sig-windows*```