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,17 +1,20 @@
# Notes to run sig-windows tests # Notes to run sig-windows tests
1. Prereqs: 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 ```bash
* export KUBE_TEST_REPO_LIST=$(pwd)/repo_list.yaml 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: 1. Run only sig-windows tests:
```bash ```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"
``` ```
# e2e_node/density_test diff # 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. 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.