mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 11:50:44 +00:00
Updating README.md with fixed repo-list and --node-os-distro
This commit is contained in:
parent
ec8151d7bb
commit
9468ca420d
@ -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.
|
||||
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.
|
||||
|
Loading…
Reference in New Issue
Block a user