diff --git a/test/e2e/windows/README.md b/test/e2e/windows/README.md index c3d7935dc83..6abd38b2b5e 100644 --- a/test/e2e/windows/README.md +++ b/test/e2e/windows/README.md @@ -1,17 +1,20 @@ # 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" ``` # 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. \ No newline at end of file +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.