File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed
contributors/devel/sig-node Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -115,6 +115,14 @@ This is useful if you have an host instance running already and want to run the
115
115
make test-e2e-node REMOTE=true HOSTS=" <comma-separated-list-of-hostnames>"
116
116
```
117
117
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
+
118
126
# # Delete instance after tests run
119
127
120
128
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.
364
372
` ` `
365
373
$ kubectl get pod -A
366
374
$ kubectl describe node
367
- ```
375
+ ` ` `
You can’t perform that action at this time.
0 commit comments