Merge pull request #8090 from bouaouda-achraf/add-network-subnet-e2e-remote

doc(test-e2e): support custom network and subnet on remote e2e mode
This commit is contained in:
Kubernetes Prow Robot 2024-10-08 19:34:23 +01:00 committed by GitHub
commit f1edb38f3f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 9 additions and 1 deletions

View File

@ -115,6 +115,14 @@ This is useful if you have an host instance running already and want to run the
make test-e2e-node REMOTE=true HOSTS="<comma-separated-list-of-hostnames>"
```
## Run tests against a different network and subnet (not the default)
This is useful if you want to run tests on a non-default network and subnet.
```sh
make test-e2e-node REMOTE=true NETWORK="<network> SUBNET="<subnet>"
```
## Delete instance after tests run
This is useful if you want recreate the instance for each test run to trigger flakes related to starting the instance.