Skip to content

Commit 8bb7606

Browse files
doc(test-e2e): support custom network and subnet on remote e2e mode
1 parent 242f468 commit 8bb7606

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

contributors/devel/sig-node/e2e-node-tests.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,14 @@ This is useful if you have an host instance running already and want to run the
115115
make test-e2e-node REMOTE=true HOSTS="<comma-separated-list-of-hostnames>"
116116
```
117117

118+
## Run tests against a different network and subnet (not the default)
119+
120+
This is useful if you want to run tests on a non-default network and subnet.
121+
122+
```sh
123+
make test-e2e-node REMOTE=true NETWORK="<network> SUBNET="<subnet>"
124+
```
125+
118126
## Delete instance after tests run
119127
120128
This is useful if you want recreate the instance for each test run to trigger flakes related to starting the instance.
@@ -364,4 +372,4 @@ even if the number is zero.
364372
```
365373
$ kubectl get pod -A
366374
$ kubectl describe node
367-
```
375+
```

0 commit comments

Comments
 (0)