Updating README.md with fixed repo-list and --node-os-distro

This commit is contained in:
Patrick Lang 2019-01-09 00:45:25 +00:00 committed by Vy Ta
parent ec8151d7bb
commit 9468ca420d

View File

@ -1,14 +1,17 @@
# 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
```bash
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:
```bash
./e2e.test --provider=local --ginkgo.noColor --ginkgo.focus=.*sig-windows*
./e2e.test --provider=local --ginkgo.noColor --ginkgo.focus="\[sig-windows\]" --node-os-distro="windows"
```